Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConstParams ¶
type ConstParams struct {
Value float64 `json:"value"`
}
type Fcore ¶
type Fcore struct {
Instance int64
Source []Filter
Retval ReturnValue
}
func (*Fcore) GetRetval ¶
func (c *Fcore) GetRetval() ReturnValue
func (*Fcore) PrintSources ¶
func (c *Fcore) PrintSources()
func (*Fcore) SetInstance ¶
type Filter ¶
type FloatValue ¶
type FloatValue struct {
Value []float64
}
func (*FloatValue) GetBool ¶
func (f *FloatValue) GetBool() bool
func (*FloatValue) GetBools ¶
func (f *FloatValue) GetBools() []bool
func (*FloatValue) GetFloat ¶
func (f *FloatValue) GetFloat() float64
func (*FloatValue) GetFloats ¶
func (f *FloatValue) GetFloats() []float64
func (*FloatValue) GetInt ¶
func (f *FloatValue) GetInt() int64
func (*FloatValue) GetInts ¶
func (f *FloatValue) GetInts() []int64
func (*FloatValue) IsNull ¶
func (f *FloatValue) IsNull() bool
type Getmem ¶
type Getmem struct {
Fcore
// contains filtered or unexported fields
}
func (*Getmem) ParseConfig ¶
type GetmemParams ¶
type GetmemParams struct {
Name string `json:"name"`
}
type ReturnValue ¶
type Setmem ¶
type Setmem struct {
Fcore
// contains filtered or unexported fields
}
func (*Setmem) ParseConfig ¶
type SetmemParams ¶
type SetmemParams struct {
Name string `json:"name"`
}
Click to show internal directories.
Click to hide internal directories.