config

package
v1.8.0 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const Profile string = "config"

Variables

View Source
var ErrFoo = errors.New("foo with error")

Functions

This section is empty.

Types

type Bar

type Bar struct {
	at.Scope `value:"request"`

	Name       string `json:"name" value:"bar"`
	FooBarName string `json:"fooBarName" value:"foobar"`
	// contains filtered or unexported fields
}

type Baz added in v1.8.0

type Baz struct {
	at.Scope `value:"prototype"`

	Name string `json:"name"`
}

type BazConfig added in v1.8.0

type BazConfig struct {
	at.ConditionalOnField `value:"Name"`
	Name                  string `json:"name"`
}

type Foo

type Foo struct {
	Name string `json:"name" value:"foo"`
}

type FooBar added in v1.8.0

type FooBar struct {
	at.ContextAware

	Name string `json:"name" value:"foobar"`
}

type FooWithError added in v1.6.0

type FooWithError struct {
	at.Scope `value:"request"`
	Name     string `json:"name" value:"foo"`
}

Jump to

Keyboard shortcuts

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