Documentation
¶
Index ¶
Constants ¶
View Source
const ShortNote = ""
GONGNOTE(ShortNote): this is an example of a short note It uses the DocLink convention for referencing Identifiers In this case Dummy the following declaration allows for the renaming of the note in gongdoc, the note will be referenced by this identifier
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DummyTypeInt ¶
type DummyTypeInt int
const ( ZERO DummyTypeInt = iota ONE )
values for EnumType
type DummyTypeString ¶
type DummyTypeString string
const ( A DummyTypeString = "A" B DummyTypeString = "B" )
values for EnumType
type StageStruct ¶
type StageStruct struct {
Name string
}
Click to show internal directories.
Click to hide internal directories.