Documentation
¶
Overview ¶
Package coheretruncatetype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( END = CohereTruncateType{"END"} NONE = CohereTruncateType{"NONE"} START = CohereTruncateType{"START"} )
Functions ¶
This section is empty.
Types ¶
type CohereTruncateType ¶
type CohereTruncateType struct {
Name string
}
func (CohereTruncateType) MarshalText ¶
func (c CohereTruncateType) MarshalText() (text []byte, err error)
func (CohereTruncateType) String ¶
func (c CohereTruncateType) String() string
func (*CohereTruncateType) UnmarshalText ¶
func (c *CohereTruncateType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.