Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions server/storage/wal/walpb/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

server/storage/wal/walpb/README.md

Write Ahead Log Protocol Buffers
--------------------------------
--------------------------------

This directory contains the protocol buffer definitions for etcd. This package handles the serialization format for WAL records and snapshots used in etcd's persistent storage.

record.proto Defines the schema for WAL records and snapshots
record.go Ensure validity of record by matching crc and validity of newly written snapshot
record.pb.go Code generated by protoc-gen-gogo. DO NOT EDIT.