modulepackage
0.0.75
Repository: https://github.com/fern-api/generator-cli-go.git
Documentation: pkg.go.dev
# README
generator-cli-go
The Go library used to call Fern's generator-cli
.
# Functions
Bool returns a pointer to the given bool value.
Byte returns a pointer to the given byte value.
Complex128 returns a pointer to the given complex128 value.
Complex64 returns a pointer to the given complex64 value.
Float32 returns a pointer to the given float32 value.
Float64 returns a pointer to the given float64 value.
Int returns a pointer to the given int value.
Int16 returns a pointer to the given int16 value.
Int32 returns a pointer to the given int32 value.
Int64 returns a pointer to the given int64 value.
Int8 returns a pointer to the given int8 value.
MustParseDate attempts to parse the given string as a date time.Time, and panics upon failure.
MustParseDateTime attempts to parse the given string as a datetime time.Time, and panics upon failure.
No description provided by the author
Rune returns a pointer to the given rune value.
String returns a pointer to the given string value.
Time returns a pointer to the given time.Time value.
Uint returns a pointer to the given uint value.
Uint16 returns a pointer to the given uint16 value.
Uint32 returns a pointer to the given uint32 value.
Uint64 returns a pointer to the given uint64 value.
Uint8 returns a pointer to the given uint8 value.
Uintptr returns a pointer to the given uintptr value.
UUID returns a pointer to the given uuid.UUID value.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
The configuration used to specify a generator's set of supported features.
A specification for a feature supported by a generator.
No description provided by the author
No description provided by the author
No description provided by the author
The language and its associated publish information (if any).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The configuration used to generate a README.md file.
A single feature supported by a generator (e.g.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
A unique identifier for a feature (e.g.
Unique identifiers for features that can be demonstrated with snippets.