(ctx context.Context, environment string, variables map[string]string)
| 15 | GetConfig(ctx context.Context) (*Config, error) |
| 16 | ListDeployments(ctx context.Context) ([]*Deployment, error) |
| 17 | UpdateProjectVariables(ctx context.Context, environment string, variables map[string]string) error |
| 18 | } |
| 19 | |
| 20 | type ReportMetadata struct { |
no outgoing calls