Documentation ¶
Index ¶
Constants ¶
View Source
const (
Scheme = "akita://"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectType ¶
type ObjectType int
const ( SPEC ObjectType = iota TRACE // aka learn session )
func (*ObjectType) Is ¶
func (o1 *ObjectType) Is(o2 ObjectType) bool
func (*ObjectType) IsSpec ¶
func (o *ObjectType) IsSpec() bool
func (*ObjectType) IsTrace ¶
func (o *ObjectType) IsTrace() bool
func (ObjectType) Ptr ¶
func (o ObjectType) Ptr() *ObjectType
func (ObjectType) String ¶
func (o ObjectType) String() string
type URI ¶
type URI struct { ServiceName string ObjectName string ObjectType *ObjectType }
func (URI) MarshalText ¶
func (*URI) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.