MCPcopy Create free account
hub / github.com/foxcpp/maddy / Identity

Struct Identity

internal/table/identity.go:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28)
29
30type Identity struct {
31 modName string
32 instName string
33}
34
35func NewIdentity(_ *container.C, modName, instName string) (module.Module, error) {
36 return &Identity{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected