MCPcopy
hub / github.com/APIParkLab/APIPark / imlKeyModule

Struct imlKeyModule

module/ai-key/iml.go:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32var _ IKeyModule = &imlKeyModule{}
33
34type imlKeyModule struct {
35 providerService ai.IProviderService `autowired:""`
36 aiKeyService ai_key.IKeyService `autowired:""`
37 clusterService cluster.IClusterService `autowired:""`
38 transaction store.ITransaction `autowired:""`
39}
40
41func newKey(key *ai_key.Key) *gateway.DynamicRelease {
42

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected