Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Store ¶ added in v0.9.3
type Store interface { Serve(ctx context.Context) error io.Closer Create(ctx context.Context, c *string) (*string, error) Get(ctx context.Context, id string) (string, error) Filter(ctx context.Context, filterReq string, opts ...io.Closer) ([]*string, error) }
Store example interface
Click to show internal directories.
Click to hide internal directories.