(ctx context.Context, keyword string)
| 16 | Delete(ctx context.Context, id string) error |
| 17 | Get(ctx context.Context, id string) (*system_apikey_dto.APIKey, error) |
| 18 | Search(ctx context.Context, keyword string) ([]*system_apikey_dto.Item, error) |
| 19 | SimpleList(ctx context.Context) ([]*system_apikey_dto.SimpleItem, error) |
| 20 | MyAPIKeys(ctx context.Context) ([]*system_apikey_dto.SimpleItem, error) |
| 21 | MyAPIKeysByService(ctx context.Context, serviceId string) ([]*system_apikey_dto.AuthorizationItem, error) |
no outgoing calls
no test coverage detected