plugin

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Configs = map[string]func(c *config.Configuration) *config.Configuration{
	"default": func(c *config.Configuration) *config.Configuration {
		c.MongoURL = "mongodb://localhost:27017"
		c.Database = "mjolnir_dev"

		return c
	},
}
View Source
var Plugin = &plugin{}

Functions

func ConfigureForEnv

func ConfigureForEnv(env string, cb func(c *config.Configuration) *config.Configuration)

Types

This section is empty.

Jump to

Keyboard shortcuts

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