xos

package
v1.0.19 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Argument

type Argument struct {
	Base

	Name string `json:"name"`
}

Argument ...

type ArgumentID

type ArgumentID int

ArgumentID ...

type Base

type Base struct {
}

Base 是基本的 DTO

type Component

type Component struct {
	Base

	ID      components.ID `json:"id"`
	Scope   string        `json:"scope"`
	Classes []string      `json:"classes"`
	Aliases []string      `json:"aliases"`
}

Component ...

type ComponentID

type ComponentID int

ComponentID ...

type Env

type Env struct {
	Base

	Name  string `json:"name"`
	Value string `json:"value"`
}

Env ...

type EnvID

type EnvID int

EnvID ...

type Example

type Example struct {
	Base

	Name string `json:"name"`
}

Example ...

type ExampleID

type ExampleID int

ExampleID ...

type Property

type Property struct {
	Base

	Name  string `json:"name"`
	Value string `json:"value"`
}

Property ...

type PropertyID

type PropertyID int

PropertyID ...

Jump to

Keyboard shortcuts

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