Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddResult ¶
type AddResult struct {
// contains filtered or unexported fields
}
AddResult represents the result of an extra routes add operation. Call its Extract method to interpret it as a *routers.Router.
func Add ¶
func Add(ctx context.Context, c *gophercloud.ServiceClient, id string, opts OptsBuilder) (r AddResult)
Add allows routers to be updated with a list of routes to be added.
type OptsBuilder ¶
OptsBuilder allows extensions to add additional parameters to the Add or Remove requests.
type RemoveResult ¶
type RemoveResult struct {
// contains filtered or unexported fields
}
RemoveResult represents the result of an extra routes remove operation. Call its Extract method to interpret it as a *routers.Router.
func Remove ¶
func Remove(ctx context.Context, c *gophercloud.ServiceClient, id string, opts OptsBuilder) (r RemoveResult)
Remove allows routers to be updated with a list of routes to be removed.
Click to show internal directories.
Click to hide internal directories.