Documentation ¶ Index ¶ type Handler func New(g *libkb.GlobalContext, remoter remote.Remoter) *Handler func (h *Handler) Create(ctx context.Context, cli gregor1.IncomingInterface, category string, ...) (bool, error) func (h *Handler) Dismiss(ctx context.Context, cli gregor1.IncomingInterface, category string, ...) (bool, error) func (h *Handler) IsAlive() bool func (h *Handler) Name() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Handler ¶ type Handler struct { libkb.Contextified // contains filtered or unexported fields } func New ¶ func New(g *libkb.GlobalContext, remoter remote.Remoter) *Handler func (*Handler) Create ¶ func (h *Handler) Create(ctx context.Context, cli gregor1.IncomingInterface, category string, item gregor.Item) (bool, error) func (*Handler) Dismiss ¶ func (h *Handler) Dismiss(ctx context.Context, cli gregor1.IncomingInterface, category string, item gregor.Item) (bool, error) func (*Handler) IsAlive ¶ func (h *Handler) IsAlive() bool func (*Handler) Name ¶ func (h *Handler) Name() string Source Files ¶ View all Source files stellargregor.go Click to show internal directories. Click to hide internal directories.