Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) ListEnis ¶
func (c *Client) ListEnis(args *eni.ListEniArgs) (*eni.ListEniResult, error)
ListEnis - list all eni without eri
PARAMS: - args: the arguments to list all eni without eri RETURNS: - *ListEniResult: the result of list all eni - error: nil if success otherwise the specific error
func (*Client) ListEris ¶
func (c *Client) ListEris(args *eni.ListEniArgs) (*eni.ListEniResult, error)
ListEris - list all eri with the specific parameters
PARAMS: - args: the arguments to list all eri RETURNS: - *ListEniResult: the result of list all eri - error: nil if success otherwise the specific error
Click to show internal directories.
Click to hide internal directories.