(context.Context, *GetEncryptionKeyRequest)
| 1794 | // for forward compatibility |
| 1795 | type FileKeyManagerServer interface { |
| 1796 | GetEncryptionKey(context.Context, *GetEncryptionKeyRequest) (*GetEncryptionKeyResponse, error) |
| 1797 | mustEmbedUnimplementedFileKeyManagerServer() |
| 1798 | } |
| 1799 |
nothing calls this directly
no outgoing calls
no test coverage detected