MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / AgentChannelBotBase

Struct AgentChannelBotBase

agent/app/dto/agents.go:607–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605}
606
607type AgentChannelBotBase struct {
608 AccountID string `json:"accountId"`
609 Name string `json:"name"`
610 Enabled bool `json:"enabled"`
611 IsDefault bool `json:"isDefault"`
612}
613
614func (b AgentChannelBotBase) IsEnabled() bool {
615 return b.Enabled

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected