(ctx context.Context, provider string, name string, excludeId string)
| 13 | CountMapByProvider(ctx context.Context, conditions map[string]interface{}) (map[string]int64, error) |
| 14 | Save(ctx context.Context, id string, cfg *Model) error |
| 15 | CheckNameDuplicate(ctx context.Context, provider string, name string, excludeId string) bool |
| 16 | } |
| 17 | |
| 18 | func init() { |
no outgoing calls
no test coverage detected