Documentation ¶
Index ¶
Constants ¶
View Source
const ( // The version of the .orbit syntax this codegen supports. // Hint: Increasing this to the next version renders the previous // version unusable with this codegen. Should only be done, if the // syntax changes in a way that is not backwards compatible. OrbitFileVersion = 1 // The internal version of the codegen used to cache which // .orbit files must be generated. // Hint: Increasing this to the next version indicates that the // codegen has been improved, but no backwards incompatible changes // have been introduced. May be used to invalidate the build cache // of the codegen, so that a project definitely uses its new features. CacheVersion = 10 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.