ListLatestCommitPlugin(ctx context.Context, aid ...string) ([]*commit.Commit[Plugin], error) GetPluginCommit(ctx context.Context, commitId string) (*commit.Commit[Plugin], error) ListPluginCommit(ctx context.Context, commitId ...string) ([]*commit.Commit[Plugin], error) SavePlugin(ctx context.Contex
(ctx context.Context, id string, model *Edit)
| 43 | //LatestPlugin(ctx context.Context, aid string) (*commit.Commit[Plugin], error) |
| 44 | |
| 45 | Save(ctx context.Context, id string, model *Edit) error |
| 46 | Create(ctx context.Context, input *Create) (err error) |
| 47 | DeleteByService(ctx context.Context, serviceId string) error |
| 48 | } |
no outgoing calls
no test coverage detected