pkg

package
v0.0.0-...-d11a4e8 Latest Latest
Warning

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

Go to latest
Published: May 11, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CType

type CType string

CType type MEMORY or DATABASE

const (
	// MEMORY type for in memory based on sqlite
	MEMORY CType = "MEMORY"
	// DATABASE type based on different types of db
	DATABASE CType = "DATABASE"

	// EMPTYSTRING string
	EMPTYSTRING = ""
)

type CduleConfig

type CduleConfig struct {
	Cdule    cdule    `yaml:"cdule"`
	Database database `yaml:"database"`
}

CduleConfig cdule configuration

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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