basecontext

package module
v0.0.0-...-1a28096 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IBaseContext

type IBaseContext interface {
	PrintName()
	GetName() string
}

type ISContext

type ISContext interface {
	IBaseContext
	PrintInfo()
	GetInfo() string
}

type TBaseContext

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

func (*TBaseContext) GetName

func (this *TBaseContext) GetName() string

func (*TBaseContext) PrintName

func (this *TBaseContext) PrintName()

func (*TBaseContext) SetName

func (this *TBaseContext) SetName(n string)

type TSContext

type TSContext struct {
	TBaseContext
	// contains filtered or unexported fields
}

func (*TSContext) GetInfo

func (this *TSContext) GetInfo() string

func (*TSContext) PrintInfo

func (this *TSContext) PrintInfo()

func (*TSContext) SetInfo

func (this *TSContext) SetInfo(n string)

Jump to

Keyboard shortcuts

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