Documentation ¶
Index ¶
- Constants
- func AorpcV2Register(cn string, cf interface{})
- func CallV2(cn string, in []interface{}) (err error)
- func CreateAorpcV2(ctx context.Context, wg *sync.WaitGroup, c *TAokoRedis)
- func Exit(wg *sync.WaitGroup)
- func Register(name string, model interface{})
- type AoRpcIF
- type TActRet
- type TAorpcV1
- type TAorpcV2
- type TModelActV1
- type TModelActV2
Constants ¶
View Source
const (
ActChanMaxSize int = 1000 // act call params
)
Variables ¶
This section is empty.
Functions ¶
func AorpcV2Register ¶
func AorpcV2Register(cn string, cf interface{})
Types ¶
type TAorpcV1 ¶
type TAorpcV1 struct {
// contains filtered or unexported fields
}
type TAorpcV2 ¶
type TAorpcV2 struct {
// contains filtered or unexported fields
}
var GAorpcV2obj *TAorpcV2
type TModelActV1 ¶
type TModelActV1 struct {
// contains filtered or unexported fields
}
type TModelActV2 ¶
type TModelActV2 struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.