This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
WIP #342
Annotations
5 errors
lint:
pkg/signalmeow/prekey_store.go#L15
cannot use (*SQLStore)(nil) (value of type *SQLStore) as PreKeyStoreExtras value in variable declaration: *SQLStore does not implement PreKeyStoreExtras (missing method IsKyberPreKeyLastResort)
|
lint:
pkg/signalmeow/prekey_store.go#L74
s.IsKyberPreKeyLastResort undefined (type *SQLStore has no field or method IsKyberPreKeyLastResort)
|
lint:
pkg/signalmeow/store.go#L127
cannot use innerStore (variable of type *SQLStore) as PreKeyStoreExtras value in assignment: *SQLStore does not implement PreKeyStoreExtras (missing method IsKyberPreKeyLastResort)
|
lint
cannot use (*SQLStore)(nil) (value of type *SQLStore) as PreKeyStoreExtras value in variable declaration: *SQLStore does not implement PreKeyStoreExtras (missing method IsKyberPreKeyLastResort)
|
lint
Process completed with exit code 1.
|