MCPcopy
hub / github.com/ardanlabs/service / Decoder

Interface Decoder

foundation/web/request.go:15–17  ·  view source on GitHub ↗

Decoder represents data that can be decoded.

Source from the content-addressed store, hash-verified

13
14// Decoder represents data that can be decoded.
15type Decoder interface {
16 Decode(data []byte) error
17}
18
19type validator interface {
20 Validate() error

Callers 4

parseByteaFunction · 0.65
toPublicPEMFunction · 0.65
DecodeFunction · 0.65
CollectMethod · 0.65

Implementers 9

NewHomeapp/domain/homeapp/model.go
UpdateHomeapp/domain/homeapp/model.go
NewProductapp/domain/productapp/model.go
UpdateProductapp/domain/productapp/model.go
NewUserapp/domain/userapp/model.go
UpdateUserRoleapp/domain/userapp/model.go
UpdateUserapp/domain/userapp/model.go
NewTranapp/domain/tranapp/model.go
Authorizeapp/sdk/authclient/authclient.go

Calls

no outgoing calls

Tested by

no test coverage detected