config

package
v0.0.0-...-808094b Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	Neo4j   Neo4j   `yaml:"neo4j"`
	Rest    Rest    `yaml:"rest"`
	Graphql Graphql `yaml:"graphql"`
}

func Get

func Get() *App

type Graphql

type Graphql struct {
	Port     int    `yaml:"port"`
	Host     string `yaml:"host"`
	Protocol string `yaml:"protocol"`
}

type Neo4j

type Neo4j struct {
	Uri      string `yaml:"uri"`
	Username string `yaml:"username"`
	Password string `yaml:"password"`
}

type Rest

type Rest struct {
	Port int    `yaml:"port"`
	Host string `yaml:"host"`
}

Jump to

Keyboard shortcuts

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