Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Opts ¶
type Opts struct {
StatesInclude am.S
StatesExclude am.S
StatesReadonly am.S
// list of typed args
Args []am.ArgsApi
// RPC args parser
ArgsUnmarshaller amhelp.ArgsUnmarshallerFn
CallSignatures []am.CallSignature
// optional func to call after a mutation
MutCallback func(ctx context.Context) error
Version string
Name string
Desc string
StateCalls []am.CallSignature
}
Click to show internal directories.
Click to hide internal directories.