package eventlog

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Event

eventlog.proto:38

Event is sent to create an event log. When should be set using the UnixNano() method in package time.

Used in: SearchResponse

message SearchRequest

eventlog.proto:16

SearchRequest includes all the search parameters (AND of all provided search parameters). Topic == "" means "any topic". From == 0 means "from the first event", and To == 0 means "until now". From and To should be set using the UnixNano() method in package time.

message SearchResponse

eventlog.proto:28

SearchResponse is the reply to LogRequest.