Versions in this module Expand all Collapse all v0 v0.3.1 Dec 2, 2020 Changes in this version + func AddPages(pages ...Page) seed.Option + func GoBack() js.Script + func Harvest(starting Page) seed.Option + func ID(p Page) string + func Is(p Page) *clientside.Bool + func New(options ...seed.Option) seed.Seed + func OnEnter(f ...client.Script) seed.Option + func OnExit(f ...client.Script) seed.Option + func Refresh() js.Script + func Set(page Page) seed.Option + func SetPath(path string) seed.Option + func SetTitle(title string) seed.Option + type EnterIfOption struct + func EnterIf(condition js.AnyBool) EnterIfOption + func (e EnterIfOption) AddTo(c seed.Seed) + func (e EnterIfOption) Else(do client.Script) seed.Option + type Page interface + Page func(Router) seed.Seed + type Router struct + func RouterOf(c seed.Seed) Router + func (r Router) Goto(page Page) js.Script v0.3.0 Dec 2, 2020