internal

package
v0.0.0-...-8874cb2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2023 License: BSD-3-Clause Imports: 6 Imported by: 0

Documentation

Overview

Package internal is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ChannelEventsForIFxManagerSlide

func ChannelEventsForIFxManagerSlide(next IFxManagerSlide, event interface{}) (bool, error)

Types

type IFxManagerSlide

type IFxManagerSlide interface {
	StartService(name string)
	StopService(name string)
	StartAllService()
	StopAllService()
	SetConnectionListChange(cb func(connectionList []IdAndName))
	SetConnectionInstanceChange(cb func(data SendActionsForService))
}

type IFxManagerSlideSetConnectionInstanceChange

type IFxManagerSlideSetConnectionInstanceChange struct {
	// contains filtered or unexported fields
}

func NewIFxManagerSlideSetConnectionInstanceChange

func NewIFxManagerSlideSetConnectionInstanceChange(waitToComplete bool, arg0 func(SendActionsForService)) *IFxManagerSlideSetConnectionInstanceChange

func (*IFxManagerSlideSetConnectionInstanceChange) Close

func (*IFxManagerSlideSetConnectionInstanceChange) Wait

type IFxManagerSlideSetConnectionInstanceChangeError

type IFxManagerSlideSetConnectionInstanceChangeError struct {
	InterfaceName string
	MethodName    string
	Reason        string
}

func (*IFxManagerSlideSetConnectionInstanceChangeError) Error

type IFxManagerSlideSetConnectionInstanceChangeIn

type IFxManagerSlideSetConnectionInstanceChangeIn struct {
	// contains filtered or unexported fields
}

Interface A Comment Interface github.com/bhbosman/goFxAppManager/FxServicesSlide/internal Interface IFxManagerSlide Interface IFxManagerSlide, Method: SetConnectionInstanceChange

type IFxManagerSlideSetConnectionInstanceChangeOut

type IFxManagerSlideSetConnectionInstanceChangeOut struct {
}

func CallIFxManagerSlideSetConnectionInstanceChange

func CallIFxManagerSlideSetConnectionInstanceChange(context context.Context, channel chan<- interface{}, waitToComplete bool, arg0 func(SendActionsForService)) (IFxManagerSlideSetConnectionInstanceChangeOut, error)

type IFxManagerSlideSetConnectionListChange

type IFxManagerSlideSetConnectionListChange struct {
	// contains filtered or unexported fields
}

func NewIFxManagerSlideSetConnectionListChange

func NewIFxManagerSlideSetConnectionListChange(waitToComplete bool, arg0 func([]IdAndName)) *IFxManagerSlideSetConnectionListChange

func (*IFxManagerSlideSetConnectionListChange) Close

func (*IFxManagerSlideSetConnectionListChange) Wait

func (self *IFxManagerSlideSetConnectionListChange) Wait(onError func(interfaceName string, methodName string, err error) error) (IFxManagerSlideSetConnectionListChangeOut, error)

type IFxManagerSlideSetConnectionListChangeError

type IFxManagerSlideSetConnectionListChangeError struct {
	InterfaceName string
	MethodName    string
	Reason        string
}

func (*IFxManagerSlideSetConnectionListChangeError) Error

type IFxManagerSlideSetConnectionListChangeIn

type IFxManagerSlideSetConnectionListChangeIn struct {
	// contains filtered or unexported fields
}

Interface IFxManagerSlide, Method: SetConnectionListChange

type IFxManagerSlideSetConnectionListChangeOut

type IFxManagerSlideSetConnectionListChangeOut struct {
}

func CallIFxManagerSlideSetConnectionListChange

func CallIFxManagerSlideSetConnectionListChange(context context.Context, channel chan<- interface{}, waitToComplete bool, arg0 func([]IdAndName)) (IFxManagerSlideSetConnectionListChangeOut, error)

type IFxManagerSlideStartAllService

type IFxManagerSlideStartAllService struct {
	// contains filtered or unexported fields
}

func NewIFxManagerSlideStartAllService

func NewIFxManagerSlideStartAllService(waitToComplete bool) *IFxManagerSlideStartAllService

func (*IFxManagerSlideStartAllService) Close

func (self *IFxManagerSlideStartAllService) Close() error

func (*IFxManagerSlideStartAllService) Wait

func (self *IFxManagerSlideStartAllService) Wait(onError func(interfaceName string, methodName string, err error) error) (IFxManagerSlideStartAllServiceOut, error)

type IFxManagerSlideStartAllServiceError

type IFxManagerSlideStartAllServiceError struct {
	InterfaceName string
	MethodName    string
	Reason        string
}

func (*IFxManagerSlideStartAllServiceError) Error

type IFxManagerSlideStartAllServiceIn

type IFxManagerSlideStartAllServiceIn struct {
}

Interface IFxManagerSlide, Method: StartAllService

type IFxManagerSlideStartAllServiceOut

type IFxManagerSlideStartAllServiceOut struct {
}

func CallIFxManagerSlideStartAllService

func CallIFxManagerSlideStartAllService(context context.Context, channel chan<- interface{}, waitToComplete bool) (IFxManagerSlideStartAllServiceOut, error)

type IFxManagerSlideStartService

type IFxManagerSlideStartService struct {
	// contains filtered or unexported fields
}

func NewIFxManagerSlideStartService

func NewIFxManagerSlideStartService(waitToComplete bool, arg0 string) *IFxManagerSlideStartService

func (*IFxManagerSlideStartService) Close

func (self *IFxManagerSlideStartService) Close() error

func (*IFxManagerSlideStartService) Wait

func (self *IFxManagerSlideStartService) Wait(onError func(interfaceName string, methodName string, err error) error) (IFxManagerSlideStartServiceOut, error)

type IFxManagerSlideStartServiceError

type IFxManagerSlideStartServiceError struct {
	InterfaceName string
	MethodName    string
	Reason        string
}

func (*IFxManagerSlideStartServiceError) Error

type IFxManagerSlideStartServiceIn

type IFxManagerSlideStartServiceIn struct {
	// contains filtered or unexported fields
}

Interface IFxManagerSlide, Method: StartService

type IFxManagerSlideStartServiceOut

type IFxManagerSlideStartServiceOut struct {
}

func CallIFxManagerSlideStartService

func CallIFxManagerSlideStartService(context context.Context, channel chan<- interface{}, waitToComplete bool, arg0 string) (IFxManagerSlideStartServiceOut, error)

type IFxManagerSlideStopAllService

type IFxManagerSlideStopAllService struct {
	// contains filtered or unexported fields
}

func NewIFxManagerSlideStopAllService

func NewIFxManagerSlideStopAllService(waitToComplete bool) *IFxManagerSlideStopAllService

func (*IFxManagerSlideStopAllService) Close

func (self *IFxManagerSlideStopAllService) Close() error

func (*IFxManagerSlideStopAllService) Wait

func (self *IFxManagerSlideStopAllService) Wait(onError func(interfaceName string, methodName string, err error) error) (IFxManagerSlideStopAllServiceOut, error)

type IFxManagerSlideStopAllServiceError

type IFxManagerSlideStopAllServiceError struct {
	InterfaceName string
	MethodName    string
	Reason        string
}

func (*IFxManagerSlideStopAllServiceError) Error

type IFxManagerSlideStopAllServiceIn

type IFxManagerSlideStopAllServiceIn struct {
}

Interface IFxManagerSlide, Method: StopAllService

type IFxManagerSlideStopAllServiceOut

type IFxManagerSlideStopAllServiceOut struct {
}

func CallIFxManagerSlideStopAllService

func CallIFxManagerSlideStopAllService(context context.Context, channel chan<- interface{}, waitToComplete bool) (IFxManagerSlideStopAllServiceOut, error)

type IFxManagerSlideStopService

type IFxManagerSlideStopService struct {
	// contains filtered or unexported fields
}

func NewIFxManagerSlideStopService

func NewIFxManagerSlideStopService(waitToComplete bool, arg0 string) *IFxManagerSlideStopService

func (*IFxManagerSlideStopService) Close

func (self *IFxManagerSlideStopService) Close() error

func (*IFxManagerSlideStopService) Wait

func (self *IFxManagerSlideStopService) Wait(onError func(interfaceName string, methodName string, err error) error) (IFxManagerSlideStopServiceOut, error)

type IFxManagerSlideStopServiceError

type IFxManagerSlideStopServiceError struct {
	InterfaceName string
	MethodName    string
	Reason        string
}

func (*IFxManagerSlideStopServiceError) Error

type IFxManagerSlideStopServiceIn

type IFxManagerSlideStopServiceIn struct {
	// contains filtered or unexported fields
}

Interface IFxManagerSlide, Method: StopService

type IFxManagerSlideStopServiceOut

type IFxManagerSlideStopServiceOut struct {
}

func CallIFxManagerSlideStopService

func CallIFxManagerSlideStopService(context context.Context, channel chan<- interface{}, waitToComplete bool, arg0 string) (IFxManagerSlideStopServiceOut, error)

type IdAndName

type IdAndName struct {
	Name   string
	Active bool
}

type SendActionsForService

type SendActionsForService struct {
	Name    string
	Actions []string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL