Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service implements the sprue upload service logic.
func New ¶
func New(id *identity.Identity, agentStore agent.Store, delegationStore delegation_store.Store, indexerClient *indexerclient.Client, logger *zap.Logger, options ...server.Option) (*Service, error)
New creates a new Service instance.
func (*Service) HandleReceiptRequest ¶
HandleReceiptRequest handles receipt retrieval requests.
func (*Service) HandleUCANRequest ¶
HandleUCANRequest handles incoming UCAN RPC requests.
Click to show internal directories.
Click to hide internal directories.