Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogData ¶
type LogData struct { Id uuid.UUID `json:"id"` // Id is the id of the log. *pb.LogHeader // LogHeader is the header of the log. *pb.LogBody // LogBody is the body of the log. }
LogData is a struct that represents the entity of a log.
Click to show internal directories.
Click to hide internal directories.