Documentation
¶
Index ¶
Constants ¶
View Source
const Anything = mock.Anything
Variables ¶
This section is empty.
Functions ¶
func AnythingOfType ¶
func AnythingOfType(t string) mock.AnythingOfTypeArgument
Types ¶
type AppStructs ¶
type AppStructs struct { istructs.IAppStructs mock.Mock }
func (*AppStructs) Records ¶
func (s *AppStructs) Records() istructs.IRecords
type AppStructsProvider ¶
func (*AppStructsProvider) AppStructs ¶
func (p *AppStructsProvider) AppStructs(aqn istructs.AppQName) (structs istructs.IAppStructs, err error)
type Intents ¶
func (*Intents) NewValue ¶
func (i *Intents) NewValue(key istructs.IStateKeyBuilder) (builder istructs.IStateValueBuilder, err error)
type PLogEvent ¶
type PLogEvent struct { istructs.IPLogEvent mock.Mock }
func (*PLogEvent) ArgumentObject ¶
type State ¶
func (*State) KeyBuilder ¶
func (*State) MustExist ¶
func (s *State) MustExist(key istructs.IStateKeyBuilder) (value istructs.IStateValue, err error)
type StateKeyBuilder ¶
type StateKeyBuilder struct { istructs.IStateKeyBuilder mock.Mock }
func (*StateKeyBuilder) PutInt32 ¶
func (b *StateKeyBuilder) PutInt32(name string, value int32)
func (*StateKeyBuilder) PutInt64 ¶
func (b *StateKeyBuilder) PutInt64(name string, value int64)
func (*StateKeyBuilder) PutQName ¶
func (b *StateKeyBuilder) PutQName(name string, value appdef.QName)
func (*StateKeyBuilder) PutString ¶
func (b *StateKeyBuilder) PutString(name, value string)
type StateValue ¶
type StateValue struct { istructs.IStateValue mock.Mock }
func (*StateValue) AsInt32 ¶
func (v *StateValue) AsInt32(name string) int32
func (*StateValue) AsInt64 ¶
func (v *StateValue) AsInt64(name string) int64
func (*StateValue) AsString ¶
func (v *StateValue) AsString(name string) string
type StateValueBuilder ¶
type StateValueBuilder struct { istructs.IStateValueBuilder mock.Mock }
Click to show internal directories.
Click to hide internal directories.