Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmbedMDConfig ¶
type EmbedMDConfig struct {
DatabaseType string
DatabaseDSN string
TLSConfig *tls.TLSConfig
// DB is an already connected database instance that, if provided, will
// be used instead of making a new connection.
DB *gorm.DB
}
func (*EmbedMDConfig) Validate ¶
func (c *EmbedMDConfig) Validate() error
type EmbedMDService ¶
type EmbedMDService struct {
// contains filtered or unexported fields
}
func NewEmbedMDService ¶
func NewEmbedMDService(cfg *EmbedMDConfig) (*EmbedMDService, error)
func (EmbedMDService) Type ¶ added in v0.3.2
func (s EmbedMDService) Type() string
Click to show internal directories.
Click to hide internal directories.