MCPcopy Create free account
hub / github.com/DoNewsCode/core / handler

Interface handler

config/module.go:243–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243type handler interface {
244 flags() int
245 unmarshal(bytes []byte, o interface{}) error
246 write(file *os.File, configs []ExportedConfig, confMap map[string]interface{}) error
247}
248
249type appendHandler struct {
250 codec contract.Codec

Callers 3

MetricsFunction · 0.85

Implementers 2

appendHandlerconfig/module.go
rewriteHandlerconfig/module.go

Calls

no outgoing calls

Tested by

no test coverage detected