MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / Config

Struct Config

module/application-authorization/auth-driver/basic/basic.go:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22type Config struct {
23 UserName string `json:"user_name"`
24 Password string `json:"password"`
25 Label map[string]string `json:"label"`
26}
27
28func (cfg *Config) ID() string {
29 return cfg.UserName

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected