pkg

package
v0.0.0-...-cf2fde9 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config interface {

	// Validate verifys that
	// - required config attributes are set
	// - attributes that are provided have valid values
	//
	// Pre-Condition:
	// - None
	// Post-Condition:
	// - None
	// Params:
	// - None
	// Returns:
	// - true if valid configs provided, otherwise false
	// Errors:
	// - if one or more errors are detected
	// Dev Notes:
	// - None
	Validate() (bool, error)
}

Config contains settings and configurations support various server integrations.

type Options

type Options interface {

	// Validate verifys that
	// - required option attributes are set
	// - attributes that are provided have valid values
	//
	// Pre-Condition:
	// - None
	// Post-Condition:
	// - None
	// Params:
	// - None
	// Returns:
	// - true if valid options provided, otherwise false
	// Errors:
	// - if one or more errors are detected
	// Dev Notes:
	// - None
	Validate() (bool, error)
}

Options contains feature switches to support various server integrations.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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