Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSchemaConfigContext ¶
func NewSchemaConfigContext(parent context.Context, config SchemaConfig) context.Context
NewSchemaConfigContext returns a new context with the given SchemaConfig attached.
Types ¶
type SchemaConfig ¶
type SchemaConfig struct { MsgAlert string // MsgAlert table. MsgChannel string // MsgChannel table. MsgEvent string // MsgEvent table. MsgInternal string // MsgInternal table. MsgInternalTo string // MsgInternalTo table. MsgSubscriber string // MsgSubscriber table. MsgTemplate string // MsgTemplate table. MsgType string // MsgType table. Nlog string // Nlog table. NlogAlert string // NlogAlert table. OrgRoleUser string // OrgRoleUser table. Silence string // Silence table. User string // User table. }
SchemaConfig represents alternative schema names for all tables that can be passed at runtime.
func SchemaConfigFromContext ¶
func SchemaConfigFromContext(ctx context.Context) SchemaConfig
SchemaConfigFromContext returns a SchemaConfig stored inside a context, or empty if there isn't one.
Click to show internal directories.
Click to hide internal directories.