Documentation
¶
Index ¶
- func GetHooksConfig(ctx context.Context, client *volcengine.Client, workspaceID, branchID string) (map[string]interface{}, error)
- func RunVolcengineGet(ctx context.Context, client *volcengine.Client, workspaceID, branchID string, ...) error
- func RunVolcengineSet(ctx context.Context, client *volcengine.Client, workspaceID, branchID string, ...) error
- func SetHooksConfig(ctx context.Context, client *volcengine.Client, workspaceID, branchID string, ...) (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetHooksConfig ¶
func GetHooksConfig(ctx context.Context, client *volcengine.Client, workspaceID, branchID string) (map[string]interface{}, error)
GetHooksConfig fetches Hooks config via the Auth Admin API.
func RunVolcengineGet ¶
func RunVolcengineGet(ctx context.Context, client *volcengine.Client, workspaceID, branchID string, keys []string) error
RunVolcengineGet retrieves Auth Hooks config and outputs to stdout.
func RunVolcengineSet ¶
func RunVolcengineSet(ctx context.Context, client *volcengine.Client, workspaceID, branchID string, pairs []string, fromJSON string, fsys afero.Fs) error
RunVolcengineSet modifies Auth Hooks config.
func SetHooksConfig ¶
func SetHooksConfig(ctx context.Context, client *volcengine.Client, workspaceID, branchID string, patch map[string]interface{}) (map[string]interface{}, error)
SetHooksConfig applies patch to the Auth Hooks config and returns the resulting values for the patched keys. Data-layer helper shared by the CLI (RunVolcengineSet) and the MCP server.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.