pkg

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2022 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 {
	Cduletype        string `yaml:"cduletype"`
	Dburl            string `yaml:"dburl"` // underscore creates the problem for e.f. db_url, so should be avoided
	Cduleconsistency string `yaml:"cduleconsistency"`
}

CduleConfig cdule configuration

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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