Add kvget function to store service interface

Этот коммит содержится в:
Giorgi Bochorishvili
2022-11-22 11:13:49 +04:00
родитель bb73e7a780
Коммит 1a2c08f1c6

Просмотреть файл

@@ -160,6 +160,7 @@ type CloudService interface {
// The service shall be registered via app.KVStoreKey service key.
type KVStoreService interface {
SetPluginKeyWithOptions(pluginID string, key string, value []byte, options model.PluginKVSetOptions) (bool, *model.AppError)
KVGet(productID, key string) ([]byte, *model.AppError)
}
// LogService is the API for accessing the log service APIs.