MCPcopy
hub / github.com/canopy-network/canopy / Pageable

Interface Pageable

lib/util.go:69–69  ·  view source on GitHub ↗

Pageable() is a simple interface that represents Page structures

Source from the content-addressed store, hash-verified

67
68// Pageable() is a simple interface that represents Page structures
69type Pageable interface{ New() Pageable }
70
71// NewPage() returns a new instance of the Page object from the params and pageType
72// Load() or LoadArray() is the likely next function call

Callers 2

UnmarshalJSONMethod · 0.65
NewAnyFunction · 0.65

Implementers 15

Signaturelib/tx.pb.go
BigIntPoollib/crypto/classgroup.go
MessageSendfsm/message.pb.go
MessageStakefsm/message.pb.go
MessageEditStakefsm/message.pb.go
MessageUnstakefsm/message.pb.go
MessagePausefsm/message.pb.go
MessageUnpausefsm/message.pb.go
MessageChangeParameterfsm/message.pb.go
MessageDAOTransferfsm/message.pb.go
MessageCertificateResultsfsm/message.pb.go
MessageSubsidyfsm/message.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected