Documentation ¶
Index ¶
Constants ¶
View Source
const ( IchubParamType_IN = 1 IchubParamType_OUT = 2 IchubParamType_INOUT = 3 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IchubParam ¶
type IchubParam struct { ParamName string ParamValue any IchubParamType IchubParamType }
func NewIchubParam ¶
func NewIchubParam() *IchubParam
func NewIchubParamIn ¶
func NewIchubParamIn() *IchubParam
func NewIchubParamOut ¶
func NewIchubParamOut() *IchubParam
type IchubParamIn ¶
type IchubParamIn struct {
IchubParam
}
type IchubParamOut ¶
type IchubParamOut struct {
IchubParam
}
type IchubParamType ¶
type IchubParamType int32
Click to show internal directories.
Click to hide internal directories.