Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Interface ¶
type Interface interface { readonlystoreserver.Interface CompareAndSwap( ctx context.Context, Request *atomic.CompareAndSwap, ) error Forget( ctx context.Context, Key *string, ) error Increment( ctx context.Context, Key *string, Value *int64, ) error }
Interface is the server-side interface for the Store service.
Click to show internal directories.
Click to hide internal directories.