config

package
v0.0.0-...-8848863 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2025 License: MIT Imports: 3 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 struct {
	// IsDebug represents whether or not the configuration is in debug mode.
	IsDebug bool

	// GraphqlGoImplementation represents the graphql-go implementation.
	GraphqlGoImplementation types.Implementation

	// GraphqlJSImplementation represents the graphql-js implementation.
	GraphqlJSImplementation types.Implementation

	// GraphqlSpecification represents the graphql specification.
	GraphqlSpecification types.Specification

	// RefImplementation is the default reference implementation.
	RefImplementation types.Implementation

	// Implementations is the default list of graphql implementations.
	Implementations []types.Implementation

	// GraphqlSpecificationWithPrefix represents the graphql specification repository link with a prefix.
	GraphqlSpecificationWithPrefix string

	// AvailableImplementations represents a list of available implementations.
	AvailableImplementations []string
}

Config represents a set of configuration values.

func New

func New() *Config

New returns a pointer to a Config struct.

Jump to

Keyboard shortcuts

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