(ctx context.Context, serviceIds ...string)
| 13 | Save(ctx context.Context, upstream *SaveUpstream) error |
| 14 | Delete(ctx context.Context, id string) error |
| 15 | List(ctx context.Context, serviceIds ...string) ([]*Upstream, error) |
| 16 | LatestCommit(ctx context.Context, uid string, clusterId string) (*commit.Commit[Config], error) |
| 17 | ListLatestCommit(ctx context.Context, clusterId string, serviceIds ...string) ([]*commit.Commit[Config], error) |
| 18 | SaveCommit(ctx context.Context, uid string, partition string, cfg *Config) error |
no outgoing calls
no test coverage detected