Versions in this module Expand all Collapse all v0 v0.0.1 Nov 20, 2023 Changes in this version + var TableNameWithTenant_ChannelStatus = tableNameWithTenant_ChannelStatus() + var TableNameWithTenant_ChannelStatusOption = tableNameWithTenant_ChannelStatusOption() + var TableNameWithTenant_Format = tableNameWithTenant_Format() + var TableNameWithTenant_ManagedChannel = tableNameWithTenant_ManagedChannel() + var TableNameWithTenant_NotifierConsole = tableNameWithTenant_NotifierConsole() + var TableNameWithTenant_NotifierEdge = tableNameWithTenant_NotifierEdge() + var TableNameWithTenant_NotifierRabbitMq = tableNameWithTenant_NotifierRabbitMq() + var TableNameWithTenant_NotifierSlackhook = tableNameWithTenant_NotifierSlackhook() + var TableNameWithTenant_NotifierWebhook = tableNameWithTenant_NotifierWebhook() + func EventCategoryNames() []string + func FilterOpNames() []string + func FormatTypeNames() []string + func NotifierTypeNames() []string + type ChannelStatus struct + Created time.Time + Message string + Uuid string + func (ChannelStatus) ColumnNames() []string + func (ChannelStatus) TableName() string + func (row *ChannelStatus) Ptrs() []interface{} + func (row *ChannelStatus) Scan(scanner Scanner) error + func (row ChannelStatus) Values() []interface{} + type ChannelStatusOption struct + Uuid string + func (ChannelStatusOption) ColumnNames() []string + func (ChannelStatusOption) TableName() string + func (row *ChannelStatusOption) Ptrs() []interface{} + func (row *ChannelStatusOption) Scan(scanner Scanner) error + func (row ChannelStatusOption) Values() []interface{} + type ChannelStatusOption_property struct + StatusMaxCount uint + func (ChannelStatusOption_property) ColumnNames() []string + func (row *ChannelStatusOption_property) Ptrs() []interface{} + func (row *ChannelStatusOption_property) Scan(scanner Scanner) error + func (row ChannelStatusOption_property) Values() []interface{} + type ChannelStatusOption_update = ChannelStatusOption_property + type Channel_EventCategory_Filter struct + EventCategory EventCategory + FilterKey string + FilterOp FilterOp + FilterValue string + Uuid string + func (Channel_EventCategory_Filter) TableName() string + type ConsoleConfig struct + func (ConsoleConfig) Type() NotifierType + func (ConsoleConfig) Valid() error + type EventCategory int + const EventCategoryClientAuthAccept + const EventCategoryNaV + const EventCategoryNonspecified + const EventCategoryServicePollingIn + const EventCategoryServicePollingOut + func ParseEventCategory(name string) (EventCategory, error) + func (n *EventCategory) Scan(value interface{}) error + func (n EventCategory) Value() (driver.Value, error) + func (x EventCategory) String() string + type Filter struct + FilterKey string + FilterOp FilterOp + FilterValue string + Uuid string + func (Filter) ColumnNames() []string + func (Filter) TableName() string + func (row *Filter) Ptrs() []interface{} + func (row *Filter) Scan(scanner Scanner) error + func (row Filter) Values() []interface{} + type FilterOp int + const FilterOpEQ + const FilterOpGT + const FilterOpGTE + const FilterOpLT + const FilterOpLTE + const FilterOpNOT + const FilterOpNaV + func ParseFilterOp(name string) (FilterOp, error) + func (x FilterOp) String() string + type Format struct + Uuid string + func (Format) ColumnNames() []string + func (Format) TableName() string + func (row *Format) Ptrs() []interface{} + func (row *Format) Scan(scanner Scanner) error + func (row Format) Values() []interface{} + type FormatType int + const FormatTypeDisable + const FormatTypeFields + const FormatTypeJq + func ParseFormatType(name string) (FormatType, error) + func (n *FormatType) Scan(value interface{}) error + func (n FormatType) Value() (driver.Value, error) + func (x FormatType) String() string + type Format_property struct + FormatData string + FormatType FormatType + func (Format_property) ColumnNames() []string + func (row *Format_property) Ptrs() []interface{} + func (row *Format_property) Scan(scanner Scanner) error + func (row Format_property) Values() []interface{} + type Format_update = Format_property + type HttpReq_ManagedChannel_ChannelStatusOption_update = ChannelStatusOption_update + type HttpReq_ManagedChannel_Format_update = Format_update + type HttpReq_ManagedChannel_NotifierConsole_update = NotifierConsole_update + type HttpReq_ManagedChannel_NotifierRabbitMq_update = NotifierRabbitMq_update + type HttpReq_ManagedChannel_NotifierSlackhook_update = NotifierSlackhook_update + type HttpReq_ManagedChannel_NotifierWebhook_update = NotifierWebhook_update + type HttpReq_ManagedChannel_create = ManagedChannel_create + type HttpReq_ManagedChannel_update = ManagedChannel_update + type HttpRsp_ManagedChannel = ManagedChannel_tangled + type HttpRsp_ManagedChannel_ChannelStatus = ChannelStatus + type HttpRsp_ManagedChannel_ChannelStatusOption = ChannelStatusOption + type HttpRsp_ManagedChannel_NotifierEdge = NotifierEdge_option + type HttpRsq_ManagedChannel_Format = Format + type ManagedChannel struct + Created time.Time + Deleted vanilla.NullTime + Updated vanilla.NullTime + Uuid string + func (ManagedChannel) ColumnNames() []string + func (ManagedChannel) TableName() string + func (row *ManagedChannel) Ptrs() []interface{} + func (row *ManagedChannel) Scan(scanner Scanner) error + func (row ManagedChannel) Values() []interface{} + type ManagedChannel_create struct + EventCategory EventCategory + Name string + Summary vanilla.NullString + Uuid string + type ManagedChannel_property struct + EventCategory EventCategory + Name string + Summary vanilla.NullString + type ManagedChannel_tangled struct + Format Format_property + Notifiers struct{ ... } + StatusOption ChannelStatusOption_property + type ManagedChannel_update = ManagedChannel_property + type NotifierConsole struct + Uuid string + func (NotifierConsole) ColumnNames() []string + func (NotifierConsole) TableName() string + func (row *NotifierConsole) Ptrs() []interface{} + func (row *NotifierConsole) Scan(scanner Scanner) error + func (row NotifierConsole) Values() []interface{} + type NotifierConsole_property = ConsoleConfig + type NotifierConsole_update = ConsoleConfig + type NotifierEdge struct + Uuid string + func (NotifierEdge) ColumnNames() []string + func (NotifierEdge) TableName() string + func (row *NotifierEdge) Ptrs() []interface{} + func (row *NotifierEdge) Scan(scanner Scanner) error + func (row NotifierEdge) Values() []interface{} + type NotifierEdge_option struct + Console *NotifierConsole_property + RabbitMq *NotifierRabbitMq_property + Slackhook *NotifierSlackhook_property + Webhook *NotifierWebhook_property + type NotifierEdge_property struct + NotifierType NotifierType + func (NotifierEdge_property) ColumnNames() []string + func (row *NotifierEdge_property) Ptrs() []interface{} + func (row *NotifierEdge_property) Scan(scanner Scanner) error + func (row NotifierEdge_property) Values() []interface{} + type NotifierRabbitMq struct + Uuid string + func (NotifierRabbitMq) ColumnNames() []string + func (NotifierRabbitMq) TableName() string + func (row *NotifierRabbitMq) Ptrs() []interface{} + func (row *NotifierRabbitMq) Scan(scanner Scanner) error + func (row NotifierRabbitMq) Values() []interface{} + type NotifierRabbitMq_property = RabbitMqConfig + type NotifierRabbitMq_update = RabbitMqConfig + type NotifierSlackhook struct + Uuid string + func (NotifierSlackhook) ColumnNames() []string + func (NotifierSlackhook) TableName() string + func (row *NotifierSlackhook) Ptrs() []interface{} + func (row *NotifierSlackhook) Scan(scanner Scanner) error + func (row NotifierSlackhook) Values() []interface{} + type NotifierSlackhook_property = SlackhookConfig + type NotifierSlackhook_update = SlackhookConfig + type NotifierType int + const NotifierTypeConsole + const NotifierTypeNaV + const NotifierTypeRabbitmq + const NotifierTypeSlackhook + const NotifierTypeWebhook + func ParseNotifierType(name string) (NotifierType, error) + func (n *NotifierType) Scan(value interface{}) error + func (n NotifierType) Value() (driver.Value, error) + func (x NotifierType) String() string + type NotifierWebhook struct + Uuid string + func (NotifierWebhook) ColumnNames() []string + func (NotifierWebhook) TableName() string + func (row *NotifierWebhook) Ptrs() []interface{} + func (row *NotifierWebhook) Scan(scanner Scanner) error + func (row NotifierWebhook) Values() []interface{} + type NotifierWebhook_property = WebhookConfig + type NotifierWebhook_update = WebhookConfig + type RabbitMqConfig struct + ChannelPublish struct{ ... } + Publishing struct{ ... } + Url string + func (RabbitMqConfig) ColumnNames() []string + func (RabbitMqConfig) Type() NotifierType + func (cfg RabbitMqConfig) Valid() error + func (row *RabbitMqConfig) Ptrs() []interface{} + func (row *RabbitMqConfig) Scan(scanner Scanner) error + func (row RabbitMqConfig) Values() []interface{} + type Scanner interface + Scan func(dest ...interface{}) error + type SlackhookConfig struct + RequestTimeout uint + Url string + func (SlackhookConfig) ColumnNames() []string + func (SlackhookConfig) Type() NotifierType + func (cfg SlackhookConfig) Valid() error + func (row *SlackhookConfig) Ptrs() []interface{} + func (row *SlackhookConfig) Scan(scanner Scanner) error + func (row SlackhookConfig) Values() []interface{} + type WebhookConfig struct + Method string + RequestHeaders vanilla.NullKeyValue + RequestTimeout uint + Url string + func (WebhookConfig) ColumnNames() []string + func (WebhookConfig) Type() NotifierType + func (cfg WebhookConfig) Valid() error + func (row *WebhookConfig) Ptrs() []interface{} + func (row *WebhookConfig) Scan(scanner Scanner) error + func (row WebhookConfig) Values() []interface{}