(context.Context, *AddKeyRequest)
| 103 | // for forward compatibility |
| 104 | type UserKeyStoreServer interface { |
| 105 | AddKey(context.Context, *AddKeyRequest) (*AddKeyResponse, error) |
| 106 | GetKey(context.Context, *GetKeyRequest) (*GetKeyResponse, error) |
| 107 | AdminListKeys(context.Context, *AdminListKeysRequest) (*AdminListKeysResponse, error) |
| 108 | AdminCreateKey(context.Context, *AdminCreateKeyRequest) (*AdminCreateKeyResponse, error) |
nothing calls this directly
no outgoing calls
no test coverage detected