Documentation
¶
Overview ¶
Package os provides node discovery for Openstack.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListOpts ¶
type ListOpts struct {
servers.ListOpts
ProjectID string `q:"project_id"`
}
ListOpts add the project to the parameters of servers.ListOpts
func (ListOpts) ToServerListQuery ¶
func (opts ListOpts) ToServerListQuery() (string, error)
ToServerListQuery formats a ListOpts into a query string.
Click to show internal directories.
Click to hide internal directories.