Documentation
¶
Index ¶
- type EventLogCommandSet
- type EventLogController
- func (c *EventLogController) Configure(config *cconf.ConfigParams)
- func (c *EventLogController) GetCommandSet() *ccomand.CommandSet
- func (c *EventLogController) GetEvents(correlationId string, filter *cdata.FilterParams, paging *cdata.PagingParams) (*data1.SystemEventV1DataPage, error)
- func (c *EventLogController) LogEvent(correlationId string, event *data1.SystemEventV1) error
- func (c *EventLogController) SetReferences(references cref.IReferences)
- type IEventLogController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventLogCommandSet ¶
type EventLogCommandSet struct { ccmd.CommandSet // contains filtered or unexported fields }
func NewEventLogCommandSet ¶
func NewEventLogCommandSet(controller IEventLogController) *EventLogCommandSet
type EventLogController ¶
type EventLogController struct {
// contains filtered or unexported fields
}
func NewEventLogController ¶
func NewEventLogController() *EventLogController
func (*EventLogController) Configure ¶
func (c *EventLogController) Configure(config *cconf.ConfigParams)
func (*EventLogController) GetCommandSet ¶
func (c *EventLogController) GetCommandSet() *ccomand.CommandSet
func (*EventLogController) GetEvents ¶
func (c *EventLogController) GetEvents(correlationId string, filter *cdata.FilterParams, paging *cdata.PagingParams) (*data1.SystemEventV1DataPage, error)
func (*EventLogController) LogEvent ¶
func (c *EventLogController) LogEvent(correlationId string, event *data1.SystemEventV1) error
func (*EventLogController) SetReferences ¶
func (c *EventLogController) SetReferences(references cref.IReferences)
type IEventLogController ¶
type IEventLogController interface { GetEvents(correlationId string, filter *cdata.FilterParams, paging *cdata.PagingParams) (page *data1.SystemEventV1DataPage, err error) LogEvent(correlationId string, event *data1.SystemEventV1) error }
Click to show internal directories.
Click to hide internal directories.