model

package
v0.0.0-...-b66c160 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FeatureBundle

type FeatureBundle struct {
	OrgName string `json:"OrgName"`
	Name    string `json:"Name"`
	Version string `json:"Version"`
	Data    string `json:"Data"`
}

type FeatureBundleKey

type FeatureBundleKey struct {
	OrgName string `json:"OrgName"`
	Name    string `json:"Name"`
	Version string `json:"Version"`
}

type Module

type Module struct {
	OrgName string `json:"OrgName"`
	Name    string `json:"Name"`
	Version string `json:"Version"`
	URL     string `json:"URL"`
	Summary string `json:"Summary"`
	Data    string `json:"Data"`
}

type ModuleKey

type ModuleKey struct {
	OrgName string `json:"OrgName"`
	Name    string `json:"Name"`
	Version string `json:"Version"`
}

type NewFeatureBundle

type NewFeatureBundle struct {
	OrgName string `json:"OrgName"`
	Data    string `json:"Data"`
}

type NewModule

type NewModule struct {
	OrgName string `json:"OrgName"`
	Data    string `json:"Data"`
}

Jump to

Keyboard shortcuts

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