Versions in this module Expand all Collapse all v4 v4.0.0 Nov 22, 2024 Changes in this version + func Delete(client *selvpcclient.Client, name, userID string) (*clientservices.ResponseResult, error) + type Keypair struct + Name string + PublicKey string + Regions []string + UserID string + func Create(client *selvpcclient.Client, createOpts KeypairOpts) ([]*Keypair, *clientservices.ResponseResult, error) + func List(client *selvpcclient.Client) ([]*Keypair, *clientservices.ResponseResult, error) + func ListWithOpts(client *selvpcclient.Client, opts ListOpts) ([]*Keypair, *clientservices.ResponseResult, error) + type KeypairOpts struct + Name string + PublicKey string + Regions []string + UserID string + type ListOpts struct + UserID string Other modules containing this package github.com/selectel/go-selvpcclient github.com/selectel/go-selvpcclient/v2 github.com/selectel/go-selvpcclient/v3