MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / EncodePayload

Method EncodePayload

kayak/types/handler.go:21–21  ·  view source on GitHub ↗
(req interface{})

Source from the content-addressed store, hash-verified

19// Handler defines the main underlying fsm of kayak.
20type Handler interface {
21 EncodePayload(req interface{}) (data []byte, err error)
22 DecodePayload(data []byte) (req interface{}, err error)
23 Check(request interface{}) error
24 Commit(request interface{}, isLeader bool) (result interface{}, err error)

Callers 1

doEncodePayloadMethod · 0.65

Implementers 2

sqliteStoragekayak/runtime_test.go
Databaseworker/db.go

Calls

no outgoing calls

Tested by

no test coverage detected