(nameVersion string, native bool)
| 39 | |
| 40 | type Callbacks interface { |
| 41 | GenPortTomlString(nameVersion string, native bool) (string, error) |
| 42 | GenPlatformTomlString() (string, error) |
| 43 | GenBuildToolsVersions(tools []string) (string, error) |
| 44 | GetCommitHash(nameVersion string, native bool) (string, error) |