embedmd

package
v0.3.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2025 License: Apache-2.0 Imports: 15 Imported by: 0

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) Connect

func (s *EmbedMDService) Connect(spec *datastore.Spec) (datastore.RepoSet, error)

func (EmbedMDService) Type added in v0.3.2

func (s EmbedMDService) Type() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL