Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { Identify(ctx context.Context, thingKey string) (string, error) GetPubConfByKey(ctx context.Context, thingKey string) (protomfx.PubConfByKeyRes, error) }
Client represents Auth cache.
func New ¶
func New(redisClient *redis.Client, things protomfx.ThingsServiceClient) Client
New returns redis profile cache implementation.
Click to show internal directories.
Click to hide internal directories.