models

package
v0.0.0-...-54b0228 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2022 License: GPL-3.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 Chan

type Chan struct {
	Name        string `json:"name"`
	Description string `json:"description"`
	NodeRoot    string `json:"node_root"`
}

type ListChanRequest

type ListChanRequest struct {
	Limit int `json:"limit"`
	Skip  int `json:"skip"`
}

type ListSessionRequest

type ListSessionRequest struct {
	Running bool `json:"running"`
	Limit   int  `json:"limit"`
	Skip    int  `json:"skip"`
}

type Node

type Node struct {
	ID       uint64                 `json:"id,omitempty"`
	NodeID   string                 `json:"node_id,omitempty"`
	Option   map[string]interface{} `json:"option,omitempty"`
	Infinite bool                   `json:"infinite,omitempty"`
	Debug    bool                   `json:"debug,omitempty"`
	End      bool                   `json:"end,omitempty"`
}

Jump to

Keyboard shortcuts

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