Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Topics infrastructure.Topics `json:"topics"` Tables repositoryimpl.Tables `json:"tables" required:"true"` }
func (*Config) ConfigItems ¶ added in v1.7.4
func (cfg *Config) ConfigItems() []interface{}
ConfigItems returns a slice of interfaces containing references to the Tables and Topics fields of the Config struct.
Click to show internal directories.
Click to hide internal directories.