README ¶ TypeId Go An Implementation of TypeId for Go Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type TypeId func Make(typeName string) (TypeId, error) func Parse(typeName string, typeId string) (TypeId, error) func (ti TypeId) Id() string func (ti TypeId) Length() int func (ti TypeId) String() string func (ti TypeId) Type() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type TypeId ¶ type TypeId string func Make ¶ func Make(typeName string) (TypeId, error) func Parse ¶ func Parse(typeName string, typeId string) (TypeId, error) func (TypeId) Id ¶ func (ti TypeId) Id() string func (TypeId) Length ¶ func (ti TypeId) Length() int func (TypeId) String ¶ func (ti TypeId) String() string func (TypeId) Type ¶ func (ti TypeId) Type() string Source Files ¶ View all Source files typeid.go Click to show internal directories. Click to hide internal directories.