scripts

package
v0.17.1 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2024 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetScripts added in v0.0.17

func GetScripts(ctx C, scriptService scripts.ScriptService, adaptors *adaptors.Adaptors, args ...int) (scripts map[string]*m.Script)

GetScripts ...

Types

type MyStruct

type MyStruct struct {
	Bool    bool      `json:"bool"`
	Int     int       `json:"int"`
	Int8    int8      `json:"int_8"`
	Int16   int16     `json:"int_16"`
	Int32   int32     `json:"int_32"`
	Int64   int64     `json:"int_64"`
	UInt    uint      `json:"u_int"`
	UInt8   uint8     `json:"u_int_8"`
	UInt16  uint16    `json:"u_int_16"`
	UInt32  uint32    `json:"u_int_32"`
	UInt64  uint64    `json:"u_int_64"`
	String  string    `json:"string"`
	Bytes   []byte    `json:"bytes"`
	Float32 float32   `json:"float_32"`
	Float64 float64   `json:"float_64"`
	Empty   *MyStruct `json:"empty"`
	Nested  *MyStruct `json:"nested"`
	Slice   []int     `json:"slice"`
	// contains filtered or unexported fields
}

MyStruct ...

func (*MyStruct) Multiply

func (m *MyStruct) Multiply(x int) int

Multiply ...

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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