Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GuestbookHandler ¶
type GuestbookHandler struct{}
Handler Implements types.HandlerRegistrar interface
func (*GuestbookHandler) Handler ¶
func (h *GuestbookHandler) Handler(engine *gin.Engine)
Handler Handler Implements RouteRegistrar interface
func (*GuestbookHandler) Initialize ¶
func (h *GuestbookHandler) Initialize(initContext *types.HandlerInitContext)
Initialize is called before the handler is registered
type MessageDisplay ¶
func NewMessageDisplay ¶
func NewMessageDisplay(row Row) MessageDisplay
func NewMessageDisplaySlice ¶
func NewMessageDisplaySlice(rows []Row) []MessageDisplay
Click to show internal directories.
Click to hide internal directories.