knowledge

package
v0.68.1 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetBaseUrl added in v0.50.0

func GetBaseUrl() string

func NewSubCmd

func NewSubCmd() *cobra.Command

Types

type Config added in v0.50.0

type Config struct {
	ApiVersion api.Version `mapstructure:"apiver,omitempty" fsoc-help:"API version to use for knowledge store commands. The default is \"v1\"."`
}

Config defines the subsystem configuration under fsoc

var GlobalConfig Config

type KSObject added in v0.49.0

type KSObject struct {
	ID   string                 `json:"id"`
	Data map[string]interface{} `json:"data"`
}

type KSType added in v0.49.0

type KSType struct {
	Name     string `json:"name"`
	Solution string `json:"solution"`
}

Jump to

Keyboard shortcuts

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