Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
type Service struct { scpb.UnimplementedStringsCacheServiceServer // contains filtered or unexported fields }
Service is a StringsCache app.
func NewService ¶
NewService creates new StringsCache app.
func (*Service) Invalidate ¶
func (s *Service) Invalidate(context.Context, *scpb.InvalidateRequest) (*scpb.InvalidateResponse, error)
Invalidate clears cache.
func (*Service) Ready ¶
func (s *Service) Ready() <-chan struct{}
Ready returns a channel that is closed when service is ready.
Click to show internal directories.
Click to hide internal directories.