Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source struct {
Code string `json:"code"`
DisassembledCode string `json:"disassembled_code"`
Files []File `json:"files"`
Compiler SourceCompiler `json:"compiler"`
DateVerification int64 `json:"date_verification"`
}
type SourceCompiler ¶
type SourceCompiler string
const ( SourceCompilerFunc SourceCompiler = "func" SourceCompilerFift SourceCompiler = "fift" SourceCompilerTact SourceCompiler = "tact" )
Click to show internal directories.
Click to hide internal directories.