config

package
v0.0.0-...-baa1f0e Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ConfigRestAPISpec = nexus.RestAPISpec{
	Uris: []nexus.RestURIs{
		{
			Uri:     "/root/{root.Root}/config/{config.Config}",
			Methods: nexus.DefaultHTTPMethodsResponses,
		},
	},
}

Functions

This section is empty.

Types

type Config

type Config struct {
	nexus.SingletonNode
	FieldX        string
	FieldY        int64
	MyStructField MyStruct
}

nexus-rest-api-gen:ConfigRestAPISpec

type MyStruct

type MyStruct struct {
	TempFiledA string
	TempFiledB string
}

Jump to

Keyboard shortcuts

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