Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Service
- func (fake *Service) AllAddresses() []string
- func (fake *Service) AllAddressesCallCount() int
- func (fake *Service) AllAddressesCalls(stub func() []string)
- func (fake *Service) AllAddressesReturns(result1 []string)
- func (fake *Service) AllAddressesReturnsOnCall(i int, result1 []string)
- func (fake *Service) ConnectionStatus() map[string]connections.ConnectionStatusEntry
- func (fake *Service) ConnectionStatusCallCount() int
- func (fake *Service) ConnectionStatusCalls(stub func() map[string]connections.ConnectionStatusEntry)
- func (fake *Service) ConnectionStatusReturns(result1 map[string]connections.ConnectionStatusEntry)
- func (fake *Service) ConnectionStatusReturnsOnCall(i int, result1 map[string]connections.ConnectionStatusEntry)
- func (fake *Service) ExternalAddresses() []string
- func (fake *Service) ExternalAddressesCallCount() int
- func (fake *Service) ExternalAddressesCalls(stub func() []string)
- func (fake *Service) ExternalAddressesReturns(result1 []string)
- func (fake *Service) ExternalAddressesReturnsOnCall(i int, result1 []string)
- func (fake *Service) Invocations() map[string][][]interface{}
- func (fake *Service) ListenerStatus() map[string]connections.ListenerStatusEntry
- func (fake *Service) ListenerStatusCallCount() int
- func (fake *Service) ListenerStatusCalls(stub func() map[string]connections.ListenerStatusEntry)
- func (fake *Service) ListenerStatusReturns(result1 map[string]connections.ListenerStatusEntry)
- func (fake *Service) ListenerStatusReturnsOnCall(i int, result1 map[string]connections.ListenerStatusEntry)
- func (fake *Service) NATType() string
- func (fake *Service) NATTypeCallCount() int
- func (fake *Service) NATTypeCalls(stub func() string)
- func (fake *Service) NATTypeReturns(result1 string)
- func (fake *Service) NATTypeReturnsOnCall(i int, result1 string)
- func (fake *Service) Serve(arg1 context.Context) error
- func (fake *Service) ServeArgsForCall(i int) context.Context
- func (fake *Service) ServeCallCount() int
- func (fake *Service) ServeCalls(stub func(context.Context) error)
- func (fake *Service) ServeReturns(result1 error)
- func (fake *Service) ServeReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { AllAddressesStub func() []string ConnectionStatusStub func() map[string]connections.ConnectionStatusEntry ExternalAddressesStub func() []string ListenerStatusStub func() map[string]connections.ListenerStatusEntry NATTypeStub func() string ServeStub func(context.Context) error // contains filtered or unexported fields }
func (*Service) AllAddresses ¶
func (*Service) AllAddressesCallCount ¶
func (*Service) AllAddressesCalls ¶
func (*Service) AllAddressesReturns ¶
func (*Service) AllAddressesReturnsOnCall ¶
func (*Service) ConnectionStatus ¶
func (fake *Service) ConnectionStatus() map[string]connections.ConnectionStatusEntry
func (*Service) ConnectionStatusCallCount ¶
func (*Service) ConnectionStatusCalls ¶
func (fake *Service) ConnectionStatusCalls(stub func() map[string]connections.ConnectionStatusEntry)
func (*Service) ConnectionStatusReturns ¶
func (fake *Service) ConnectionStatusReturns(result1 map[string]connections.ConnectionStatusEntry)
func (*Service) ConnectionStatusReturnsOnCall ¶
func (fake *Service) ConnectionStatusReturnsOnCall(i int, result1 map[string]connections.ConnectionStatusEntry)
func (*Service) ExternalAddresses ¶
func (*Service) ExternalAddressesCallCount ¶
func (*Service) ExternalAddressesCalls ¶
func (*Service) ExternalAddressesReturns ¶
func (*Service) ExternalAddressesReturnsOnCall ¶
func (*Service) Invocations ¶
func (*Service) ListenerStatus ¶
func (fake *Service) ListenerStatus() map[string]connections.ListenerStatusEntry
func (*Service) ListenerStatusCallCount ¶
func (*Service) ListenerStatusCalls ¶
func (fake *Service) ListenerStatusCalls(stub func() map[string]connections.ListenerStatusEntry)
func (*Service) ListenerStatusReturns ¶
func (fake *Service) ListenerStatusReturns(result1 map[string]connections.ListenerStatusEntry)
func (*Service) ListenerStatusReturnsOnCall ¶
func (fake *Service) ListenerStatusReturnsOnCall(i int, result1 map[string]connections.ListenerStatusEntry)
func (*Service) NATTypeCallCount ¶
func (*Service) NATTypeCalls ¶
func (*Service) NATTypeReturns ¶
func (*Service) NATTypeReturnsOnCall ¶
func (*Service) ServeCallCount ¶
func (*Service) ServeReturns ¶
func (*Service) ServeReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.