Documentation ¶
Index ¶
- type EventLog
- func (eventLog EventLog) ListAll(opts ...shared.PaginationParamsOption) ([]EventLogItem, error)
- func (eventLog EventLog) ListFirstPage(opts ...shared.PaginationParamsOption) (*shared.Page[EventLogItem], error)
- func (eventLog EventLog) ListPageAfter(id int64, opts ...shared.PaginationParamsOption) (*shared.Page[EventLogItem], error)
- func (eventLog EventLog) ListPageBefore(id int64, opts ...shared.PaginationParamsOption) (*shared.Page[EventLogItem], error)
- type EventLogItem
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventLog ¶
type EventLog struct {
Client *req.Client
}
func (EventLog) ListAll ¶
func (eventLog EventLog) ListAll(opts ...shared.PaginationParamsOption) ([]EventLogItem, error)
func (EventLog) ListFirstPage ¶
func (eventLog EventLog) ListFirstPage(opts ...shared.PaginationParamsOption) (*shared.Page[EventLogItem], error)
func (EventLog) ListPageAfter ¶
func (eventLog EventLog) ListPageAfter(id int64, opts ...shared.PaginationParamsOption) (*shared.Page[EventLogItem], error)
func (EventLog) ListPageBefore ¶
func (eventLog EventLog) ListPageBefore(id int64, opts ...shared.PaginationParamsOption) (*shared.Page[EventLogItem], error)
Click to show internal directories.
Click to hide internal directories.