Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GBBFileData ¶
type GBBFileData struct { Filename GBBFileName `json:"filename"` Code string `json:"code,omitempty"` RamUsage int `json:"ramUsage,omitempty"` }
type GBBFileName ¶
type GBBFileName string
func (GBBFileName) CreatePath ¶
func (gfn GBBFileName) CreatePath(outputDir string) error
func (GBBFileName) HasDir ¶
func (gfn GBBFileName) HasDir() bool
func (GBBFileName) IsValid ¶
func (gfn GBBFileName) IsValid() bool
func (GBBFileName) Path ¶
func (gfn GBBFileName) Path(outputDir string) string
func (GBBFileName) String ¶
func (gfn GBBFileName) String() string
Click to show internal directories.
Click to hide internal directories.