features

package
v0.4.18-0.2024100201 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Version = "v4.18.0"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Metadata

type Metadata struct {
	// semantic versioning vX.Y.Z, e.g. v1.0.0
	Version string `json:"version"`
}

type TopicInfo

type TopicInfo struct {
	Metadata Metadata `json:"metadata"`
	// unsorted list of topics active (supported)
	Active []string `json:"active"`
}

func GetTopics

func GetTopics() TopicInfo

func NewTopicInfo

func NewTopicInfo() TopicInfo

func (TopicInfo) Validate

func (tp TopicInfo) Validate() error

Jump to

Keyboard shortcuts

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