Documentation ¶ Index ¶ type Layout func (Layout) After(c any) error func (Layout) Before(c any) error type Page func (Page) Delete(c any) error func (Page) Get(c any) error func (Page) Patch(c any) error func (Page) Post(c any) error func (Page) Rpc() []gv.RpcMethod Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Layout ¶ type Layout struct{} func (Layout) After ¶ func (Layout) After(c any) error func (Layout) Before ¶ func (Layout) Before(c any) error type Page ¶ type Page struct{} func (Page) Delete ¶ func (Page) Delete(c any) error func (Page) Get ¶ func (Page) Get(c any) error func (Page) Patch ¶ func (Page) Patch(c any) error func (Page) Post ¶ func (Page) Post(c any) error func (Page) Rpc ¶ func (Page) Rpc() []gv.RpcMethod Source Files ¶ View all Source files layout.gopage.go Click to show internal directories. Click to hide internal directories.