Skip to main content

Module runtime

Module runtime 

Source
Expand description

Hardcoded Go runtime source files.

The runtime surface is tiny on purpose: one runtime package with a Client carrying functional options, an Authenticator interface, and typed APIError. Advanced needs (retries, hooks, multi-server) are the user’s responsibility and can be layered on a wrapped *http.Client.

Functions§

runtime_files
Returns client.go, auth.go, errors.go ready to write.