Documentation
¶
Index ¶
- func GetMCPSecretRefStorageKey(r spec.MCPSecretRef) string
- func GetMCPSecretRefString(r spec.MCPSecretRef) string
- func NewMCPSecretRef(bundleID bundleitemutils.BundleID, serverID spec.MCPServerID, ...) (spec.MCPSecretRef, error)
- func NewMCPSecretRefString(bundleID bundleitemutils.BundleID, serverID spec.MCPServerID, ...) (string, error)
- func ParseMCPSecretRef(raw string) (spec.MCPSecretRef, error)
- func ValidateMCPSecretRef(raw string, bundleID bundleitemutils.BundleID, serverID spec.MCPServerID, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMCPSecretRefStorageKey ¶
func GetMCPSecretRefStorageKey(r spec.MCPSecretRef) string
func GetMCPSecretRefString ¶
func GetMCPSecretRefString(r spec.MCPSecretRef) string
func NewMCPSecretRef ¶
func NewMCPSecretRef( bundleID bundleitemutils.BundleID, serverID spec.MCPServerID, kind spec.MCPSecretKind, slot string, ) (spec.MCPSecretRef, error)
func NewMCPSecretRefString ¶
func NewMCPSecretRefString( bundleID bundleitemutils.BundleID, serverID spec.MCPServerID, kind spec.MCPSecretKind, slot string, ) (string, error)
func ParseMCPSecretRef ¶
func ParseMCPSecretRef(raw string) (spec.MCPSecretRef, error)
func ValidateMCPSecretRef ¶
func ValidateMCPSecretRef( raw string, bundleID bundleitemutils.BundleID, serverID spec.MCPServerID, kind spec.MCPSecretKind, slot string, ) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.