Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CtxInterface ¶ added in v0.0.5
type CtxInterface interface { context.Context Get(namespace, name string) ObjectInterface GetNoCtx(namespace, name string) ObjNoCtxInterface Parent() context.Context }
type ObjNoCtx ¶ added in v0.0.2
type ObjNoCtx struct {
// contains filtered or unexported fields
}
func NewObjNoCtx ¶ added in v0.0.2
type ObjNoCtxInterface ¶ added in v0.0.2
type ObjNoCtxInterface interface { Reset() Init() FullName() string }
type Object ¶
type Object struct { Ctx CtxInterface Context context.Context // contains filtered or unexported fields }
func (*Object) Init ¶
func (o *Object) Init(ctx CtxInterface)
type ObjectInterface ¶
type ObjectInterface interface { Reset() Init(ctx CtxInterface) FullName() string }
Click to show internal directories.
Click to hide internal directories.