(ctx context.Context, arg GetConnectionLogsOffsetParams)
| 450 | // at write time, not here. |
| 451 | GetChildChatsByParentIDs(ctx context.Context, arg GetChildChatsByParentIDsParams) ([]GetChildChatsByParentIDsRow, error) |
| 452 | GetConnectionLogsOffset(ctx context.Context, arg GetConnectionLogsOffsetParams) ([]GetConnectionLogsOffsetRow, error) |
| 453 | GetCryptoKeyByFeatureAndSequence(ctx context.Context, arg GetCryptoKeyByFeatureAndSequenceParams) (CryptoKey, error) |
| 454 | GetCryptoKeys(ctx context.Context) ([]CryptoKey, error) |
| 455 | GetCryptoKeysByFeature(ctx context.Context, feature CryptoKeyFeature) ([]CryptoKey, error) |
no outgoing calls