service1

package
v0.0.0-...-3a05b22 Latest Latest
Warning

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

Go to latest
Published: May 31, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service1

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

func GetService1

func GetService1() (*Service1, error)

func GetService1Singleton

func GetService1Singleton() (*Service1, error)

func (*Service1) GetName

func (s *Service1) GetName() string

func (*Service1) SetName

func (s *Service1) SetName(name string)

type Service1ConstructFunc

type Service1ConstructFunc func(impl *Service1) (*Service1, error)

type Service1IOCInterface

type Service1IOCInterface interface {
	SetName(name string)
	GetName() string
}

func GetService1IOCInterface

func GetService1IOCInterface() (Service1IOCInterface, error)

func GetService1IOCInterfaceSingleton

func GetService1IOCInterfaceSingleton() (Service1IOCInterface, error)

type ThisService1

type ThisService1 struct {
}

func (*ThisService1) This

Jump to

Keyboard shortcuts

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