Documentation
¶
Index ¶
- func GetVolcengineFunctions(ctx context.Context, client *volcengine.Client, workspaceID, branchID string) ([]api.FunctionResponse, error)
- func GetVolcengineFunctionsWithAccess(ctx context.Context, access volcengine.PgMetaAccess) ([]api.FunctionResponse, error)
- func Run(ctx context.Context, projectRef string, fsys afero.Fs) error
- func RunVolcengine(ctx context.Context, client *volcengine.Client, workspaceID, branchID string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetVolcengineFunctions ¶
func GetVolcengineFunctions(ctx context.Context, client *volcengine.Client, workspaceID, branchID string) ([]api.FunctionResponse, error)
GetVolcengineFunctions resolves the selected branch and fetches deployed functions.
func GetVolcengineFunctionsWithAccess ¶
func GetVolcengineFunctionsWithAccess(ctx context.Context, access volcengine.PgMetaAccess) ([]api.FunctionResponse, error)
GetVolcengineFunctionsWithAccess fetches functions using already resolved branch access.
func RunVolcengine ¶
func RunVolcengine(ctx context.Context, client *volcengine.Client, workspaceID, branchID string) error
RunVolcengine lists Edge Functions through the selected branch gateway.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.