Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Credentials ¶ added in v0.6.0
type Credentials struct {
// contains filtered or unexported fields
}
func NewCredentials ¶ added in v0.6.0
func NewCredentials(gClient *gptscript.GPTScript, mcpSessionManager *mcp.SessionManager, gatewayClient *gateway.Client, tokenService *jwt.TokenService, serverURL string) *Credentials
func (*Credentials) RemoveMCPCredentials ¶ added in v0.8.0
func (*Credentials) ShutdownProjectMCP ¶ added in v0.8.0
type UserCleanup ¶ added in v0.8.0
type UserCleanup struct {
// contains filtered or unexported fields
}
func NewUserCleanup ¶ added in v0.8.0
func NewUserCleanup(gatewayClient *gclient.Client, acrHelper *accesscontrolrule.Helper) *UserCleanup
Click to show internal directories.
Click to hide internal directories.