(ctx context.Context, name string, credentials params.ForgeCredentials, webhookSecret string, poolBalancerType params.PoolBalancerType, agentMode bool)
| 51 | |
| 52 | type OrgStore interface { |
| 53 | CreateOrganization(ctx context.Context, name string, credentials params.ForgeCredentials, webhookSecret string, poolBalancerType params.PoolBalancerType, agentMode bool) (org params.Organization, err error) |
| 54 | GetOrganization(ctx context.Context, name, endpointName string) (params.Organization, error) |
| 55 | GetOrganizationByID(ctx context.Context, orgID string) (params.Organization, error) |
| 56 | ListOrganizations(ctx context.Context, filter params.OrganizationFilter) ([]params.Organization, error) |
no outgoing calls