Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type CommLayer
- func (fake *CommLayer) DeleteSessions(sessionID string)
- func (fake *CommLayer) DeleteSessionsArgsForCall(i int) string
- func (fake *CommLayer) DeleteSessionsCallCount() int
- func (fake *CommLayer) Invocations() map[string][][]interface{}
- func (fake *CommLayer) MasterSession() (view.Session, error)
- func (fake *CommLayer) MasterSessionCallCount() int
- func (fake *CommLayer) MasterSessionReturns(result1 view.Session, result2 error)
- func (fake *CommLayer) MasterSessionReturnsOnCall(i int, result1 view.Session, result2 error)
- func (fake *CommLayer) NewSession(caller string, contextID string, endpoint string, pkid []byte) (view.Session, error)
- func (fake *CommLayer) NewSessionArgsForCall(i int) (string, string, string, []byte)
- func (fake *CommLayer) NewSessionCallCount() int
- func (fake *CommLayer) NewSessionReturns(result1 view.Session, result2 error)
- func (fake *CommLayer) NewSessionReturnsOnCall(i int, result1 view.Session, result2 error)
- func (fake *CommLayer) NewSessionWithID(sessionID string, contextID string, endpoint string, pkid []byte, ...) (view.Session, error)
- func (fake *CommLayer) NewSessionWithIDArgsForCall(i int) (string, string, string, []byte, view.Identity, *view.Message)
- func (fake *CommLayer) NewSessionWithIDCallCount() int
- func (fake *CommLayer) NewSessionWithIDReturns(result1 view.Session, result2 error)
- func (fake *CommLayer) NewSessionWithIDReturnsOnCall(i int, result1 view.Session, result2 error)
- type SessionFactory
- func (fake *SessionFactory) DeleteSessions(sessionID string)
- func (fake *SessionFactory) DeleteSessionsArgsForCall(i int) string
- func (fake *SessionFactory) DeleteSessionsCallCount() int
- func (fake *SessionFactory) Invocations() map[string][][]interface{}
- func (fake *SessionFactory) NewSession(caller string, contextID string, endpoint string, pkid []byte) (view.Session, error)
- func (fake *SessionFactory) NewSessionArgsForCall(i int) (string, string, string, []byte)
- func (fake *SessionFactory) NewSessionCallCount() int
- func (fake *SessionFactory) NewSessionReturns(result1 view.Session, result2 error)
- func (fake *SessionFactory) NewSessionReturnsOnCall(i int, result1 view.Session, result2 error)
- func (fake *SessionFactory) NewSessionWithID(sessionID string, contextID string, endpoint string, pkid []byte, ...) (view.Session, error)
- func (fake *SessionFactory) NewSessionWithIDArgsForCall(i int) (string, string, string, []byte, view.Identity, *view.Message)
- func (fake *SessionFactory) NewSessionWithIDCallCount() int
- func (fake *SessionFactory) NewSessionWithIDReturns(result1 view.Session, result2 error)
- func (fake *SessionFactory) NewSessionWithIDReturnsOnCall(i int, result1 view.Session, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommLayer ¶
type CommLayer struct { NewSessionWithIDStub func(sessionID, contextID, endpoint string, pkid []byte, caller view.Identity, msg *view.Message) (view.Session, error) NewSessionStub func(caller string, contextID string, endpoint string, pkid []byte) (view.Session, error) MasterSessionStub func() (view.Session, error) DeleteSessionsStub func(sessionID string) // contains filtered or unexported fields }
func (*CommLayer) DeleteSessions ¶
func (*CommLayer) DeleteSessionsArgsForCall ¶
func (*CommLayer) DeleteSessionsCallCount ¶
func (*CommLayer) Invocations ¶
func (*CommLayer) MasterSessionCallCount ¶
func (*CommLayer) MasterSessionReturns ¶
func (*CommLayer) MasterSessionReturnsOnCall ¶
func (*CommLayer) NewSession ¶
func (*CommLayer) NewSessionArgsForCall ¶
func (*CommLayer) NewSessionCallCount ¶
func (*CommLayer) NewSessionReturns ¶
func (*CommLayer) NewSessionReturnsOnCall ¶
func (*CommLayer) NewSessionWithID ¶
func (*CommLayer) NewSessionWithIDArgsForCall ¶
func (*CommLayer) NewSessionWithIDCallCount ¶
func (*CommLayer) NewSessionWithIDReturns ¶
type SessionFactory ¶
type SessionFactory struct { NewSessionWithIDStub func(sessionID, contextID, endpoint string, pkid []byte, caller view.Identity, msg *view.Message) (view.Session, error) NewSessionStub func(caller string, contextID string, endpoint string, pkid []byte) (view.Session, error) DeleteSessionsStub func(sessionID string) // contains filtered or unexported fields }
func (*SessionFactory) DeleteSessions ¶
func (fake *SessionFactory) DeleteSessions(sessionID string)
func (*SessionFactory) DeleteSessionsArgsForCall ¶
func (fake *SessionFactory) DeleteSessionsArgsForCall(i int) string
func (*SessionFactory) DeleteSessionsCallCount ¶
func (fake *SessionFactory) DeleteSessionsCallCount() int
func (*SessionFactory) Invocations ¶
func (fake *SessionFactory) Invocations() map[string][][]interface{}
func (*SessionFactory) NewSession ¶
func (*SessionFactory) NewSessionArgsForCall ¶
func (*SessionFactory) NewSessionCallCount ¶
func (fake *SessionFactory) NewSessionCallCount() int
func (*SessionFactory) NewSessionReturns ¶
func (fake *SessionFactory) NewSessionReturns(result1 view.Session, result2 error)
func (*SessionFactory) NewSessionReturnsOnCall ¶
func (fake *SessionFactory) NewSessionReturnsOnCall(i int, result1 view.Session, result2 error)
func (*SessionFactory) NewSessionWithID ¶
func (*SessionFactory) NewSessionWithIDArgsForCall ¶
func (*SessionFactory) NewSessionWithIDCallCount ¶
func (fake *SessionFactory) NewSessionWithIDCallCount() int
func (*SessionFactory) NewSessionWithIDReturns ¶
func (fake *SessionFactory) NewSessionWithIDReturns(result1 view.Session, result2 error)
func (*SessionFactory) NewSessionWithIDReturnsOnCall ¶
func (fake *SessionFactory) NewSessionWithIDReturnsOnCall(i int, result1 view.Session, result2 error)
Click to show internal directories.
Click to hide internal directories.