object

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2023 License: Apache-2.0 Imports: 2 Imported by: 10

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ObjNoCtx added in v0.0.2

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

func NewObjNoCtx added in v0.0.2

func NewObjNoCtx(namespace, name string) *ObjNoCtx

func (*ObjNoCtx) FullName added in v0.0.2

func (o *ObjNoCtx) FullName() string

func (*ObjNoCtx) Init added in v0.0.2

func (o *ObjNoCtx) Init()

func (*ObjNoCtx) Reset added in v0.0.2

func (o *ObjNoCtx) Reset()

type ObjNoCtxInterface added in v0.0.2

type ObjNoCtxInterface interface {
	Reset()
	Init()
	FullName() string
}

type Object

type Object struct {
	Ctx context.Context
	// contains filtered or unexported fields
}

func NewObject

func NewObject(namespace, name string) *Object

func (*Object) FullName

func (o *Object) FullName() string

func (*Object) Init

func (o *Object) Init(ctx context.Context)

func (*Object) Reset

func (o *Object) Reset()

type ObjectInterface

type ObjectInterface interface {
	Reset()
	Init(ctx context.Context)
	FullName() string
}

Jump to

Keyboard shortcuts

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