meta

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2024 License: Apache-2.0 Imports: 1 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 {
	Source  string `json:"source" yaml:"source"`
	Configs []Rule `json:"configs" yaml:"configs"`
}

func (*Config) SourceAddr

func (c *Config) SourceAddr() string

func (*Config) SourceSchema

func (c *Config) SourceSchema() string

type Rule

type Rule struct {
	Namespace string `json:"namespace" yaml:"namespace"`
	Path      string `json:"path" yaml:"path"`
	Dynamic   bool   `json:"dynamic" yaml:"dynamic"`
}

func (*Rule) Namespaces

func (r *Rule) Namespaces() []string

Jump to

Keyboard shortcuts

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