Services

package
v0.5.4 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NameService

type NameService struct {
	MyName string
}

func NewNameService

func NewNameService(myName string) *NameService

func (*NameService) ShowName

func (this *NameService) ShowName()

type TestService

type TestService struct {
	TestName string
	Naming   *NameService `inject:"-"`
}

func NewTestService

func NewTestService(testName string) *TestService

func (*TestService) Name

func (this *TestService) Name() string

Jump to

Keyboard shortcuts

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