Documentation
¶
Overview ¶
Package build provides build information that is linked into the application. Other packages within this project can use this information in logs etc..
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the build version of the app (e.g. v0.1.0). Version = "dev" // Commit is the sha of the git commit the app was built against. Commit = "none" // Date is the date when the app was built. Date = "unknown" // MinimumSupportedDatastoreSchemaRevision refers to the minimum schema version that is required to run // this specific build of OpenFGA. Refer to the `assets/migrations` artifacts for more information. MinimumSupportedDatastoreSchemaRevision int64 = 4 ProjectName = "openfga" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.