(ctx context.Context, aid string)
| 14 | universally.IServiceGet[API] |
| 15 | universally.IServiceDelete |
| 16 | DeleteAPIInfo(ctx context.Context, aid string) error |
| 17 | CountByService(ctx context.Context, service string) (int64, error) |
| 18 | CountMapByService(ctx context.Context, service ...string) (map[string]int64, error) |
| 19 | Exist(ctx context.Context, aid string, api *Exist) error |