Documentation
¶
Index ¶
Constants ¶
View Source
const ( DOCUMENTTYPE_NONE DocumentType = "none" DOCUMENTTYPE_CUSTOM = "custom" DOCUMENTTYPE_TAX = "tax" DOCUMENTTYPE_COMPANYID = "companyID" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DocumentType ¶
type DocumentType string
func DocumentTypeFromKey ¶
func DocumentTypeFromKey(key string) DocumentType
func ParseDocumentType ¶
func ParseDocumentType(d DocumentType, key string) DocumentType
func (DocumentType) ParseKey ¶
func (d DocumentType) ParseKey(key *string) DocumentType
func (DocumentType) SetIndex ¶
func (d DocumentType) SetIndex(i int64)
func (DocumentType) String ¶
func (d DocumentType) String() string
Click to show internal directories.
Click to hide internal directories.