MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / List

Method List

module/release/module.go:15–15  ·  view source on GitHub ↗
(ctx context.Context, service string)

Source from the content-addressed store, hash-verified

13 Create(ctx context.Context, service string, input *dto.CreateInput) (string, error)
14 Detail(ctx context.Context, service string, id string) (*dto.Detail, error)
15 List(ctx context.Context, service string) ([]*dto.Release, error)
16 Delete(ctx context.Context, service string, id string) error
17 Preview(ctx context.Context, service string) (*dto.Release, *service_diff.Diff, bool, error)
18}

Callers 2

CreateMethod · 0.65
ListMethod · 0.65

Implementers 2

imlReleaseModulemodule/release/iml.go
imlReleaseControllercontroller/release/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected