Documentation ¶
Index ¶
Constants ¶
View Source
const (
Name = "clutch.service.shortlink"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
type Service interface { Create(context.Context, string, []*shortlinkv1.ShareableState) (string, error) Get(context.Context, string) (string, []*shortlinkv1.ShareableState, error) }
Click to show internal directories.
Click to hide internal directories.