package
Version:
v0.0.0-...-54b0228
Opens a new window with list of versions in this module.
Published: Oct 23, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Chan struct {
Name string `json:"name"`
Description string `json:"description"`
NodeRoot string `json:"node_root"`
}
type ListChanRequest struct {
Limit int `json:"limit"`
Skip int `json:"skip"`
}
type ListSessionRequest struct {
Running bool `json:"running"`
Limit int `json:"limit"`
Skip int `json:"skip"`
}
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"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.