Documentation
¶
Overview ¶
Package workplace provides a client for the Doppler API's workplace endpoints.
API-Docs: https://docs.doppler.com/reference/workplace-settings-retrieve
Example:
// Get the current workplace
wp, _, err := workplace.Get(ctx)
if err != nil {
log.Fatal(err)
}
fmt.Printf("%+v", wp)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.