MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / ConfigFromStore

Function ConfigFromStore

service/plugin-cluster/model.go:57–66  ·  view source on GitHub ↗
(partition *plugin.Partition)

Source from the content-addressed store, hash-verified

55}
56
57func ConfigFromStore(partition *plugin.Partition) *Config {
58 return &Config{
59 Plugin: partition.Plugin,
60 Status: partition.Status,
61 Config: partition.Config,
62 Update: &partition.UpdateTime,
63 Create: &partition.CreateTime,
64 Operator: partition.Operator,
65 }
66}

Callers 2

GetConfigMethod · 0.85
ListClusterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected