Documentation ¶
Index ¶
- type Home
- func (h *Home) ActionTaken(ctx context.Context) (err error)
- func (h *Home) Create(ctx context.Context, cli gregor1.IncomingInterface, category string, ...) (bool, error)
- func (h *Home) Dismiss(ctx context.Context, cli gregor1.IncomingInterface, category string, ...) (bool, error)
- func (h *Home) DismissAnnouncement(ctx context.Context, id keybase1.HomeScreenAnnouncementID) (err error)
- func (h *Home) Get(ctx context.Context, markViewed bool, numPeopleWanted int) (ret keybase1.HomeScreen, err error)
- func (h *Home) IsAlive() bool
- func (h *Home) MarkViewed(ctx context.Context) (err error)
- func (h *Home) Name() string
- func (h *Home) OnLogout(m libkb.MetaContext) error
- func (h *Home) RunUpdateLoop(m libkb.MetaContext)
- func (h *Home) SkipTodoType(ctx context.Context, typ keybase1.HomeScreenTodoType) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Home ¶
type Home struct { libkb.Contextified sync.Mutex // contains filtered or unexported fields }
func NewHome ¶
func NewHome(g *libkb.GlobalContext) *Home
func (*Home) DismissAnnouncement ¶
func (*Home) RunUpdateLoop ¶
func (h *Home) RunUpdateLoop(m libkb.MetaContext)
func (*Home) SkipTodoType ¶
Click to show internal directories.
Click to hide internal directories.