Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGetForAddressHttpHandler ¶
func NewGetForAddressHttpHandler(c *client.Client, systemEventDb store.SystemEvents) *getForAddressHttpHandler
func NewGetForAddressUseCase ¶
func NewGetForAddressUseCase(systemEventDb store.SystemEvents) *getForAddressUseCase
Types ¶
type GetForAddressRequest ¶
type GetForAddressRequest struct { Address string `uri:"address" binding:"required"` After *int64 `form:"after" binding:"-"` Kind *model.SystemEventKind `form:"kind" binding:"-"` }
type ListView ¶
type ListView struct {
Items []ListItem `json:"items"`
}
func ToListView ¶
func ToListView(events []model.SystemEvent) *ListView
Click to show internal directories.
Click to hide internal directories.