Versions in this module Expand all Collapse all v1 v1.2.1 Mar 6, 2021 Changes in this version + type AWSVPC struct + func NewAWSVPC(key, secret string) *AWSVPC + func (v *AWSVPC) CreateRoute(cidr string) error v1.2.0 Sep 20, 2020 v1.1.3 Sep 12, 2020 Changes in this version + const ALI_VPC + type AliVPC struct + func NewAliVPC(key, secret string) *AliVPC + func (v *AliVPC) CreateRoute(cidr string) error + type IVPC interface + CreateRoute func(cidr string) error + func GetVPCInstance(typ, key, secret string) (IVPC, error)