Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PostgresRole ¶
type PostgresRole struct {
PublicID string `header:"id" json:"id"`
Name string `header:"name" json:"name"`
Username string `header:"username" json:"username"`
Password string `header:"password" json:"password"`
AccessHostURL string `header:"access_host_url" json:"access_host_url"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.