config

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2020 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func JsonStringToCollection

func JsonStringToCollection(json string) (remote.MethodCollection, error)

JsonStringToCollection converts json string to collection of Methods

func JsonToCollection

func JsonToCollection(json gjson.Result) (remote.MethodCollection, error)

JsonToCollection converts gjson collection to collection of Methods

func JsonToMethod

func JsonToMethod(json gjson.Result) (remote.Method, error)

JsonToMethod convert gjson object to Method

Types

type ServerConfig

type ServerConfig struct {
	Server struct {
		Route         string
		Port          int
		MethodsPath   string
		RemoteTimeout int
	}
	Jwt server.JWTAuthorizationConfig
}

ServerConfig holds server configuration

func (*ServerConfig) Normilize

func (s *ServerConfig) Normilize()

Normilize sets up default values for ServerConfig

Jump to

Keyboard shortcuts

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