Versions in this module Expand all Collapse all v0 v0.2.0 Oct 13, 2020 v0.1.0 Nov 1, 2019 Changes in this version type WireguardPeer + PrivateKey string v0.0.1 Oct 11, 2019 Changes in this version + type Error struct + Code int64 + Detail string + func (m *Error) MarshalBinary() ([]byte, error) + func (m *Error) UnmarshalBinary(b []byte) error + func (m *Error) Validate(formats strfmt.Registry) error + type WireguardDevice struct + ListenPort *int64 + Name *string + Network *string + PrivateKey *string + PublicKey string + func (m *WireguardDevice) MarshalBinary() ([]byte, error) + func (m *WireguardDevice) UnmarshalBinary(b []byte) error + func (m *WireguardDevice) Validate(formats strfmt.Registry) error + type WireguardPeer struct + AllowedIps []string + PeerID string + PresharedKey string + PublicKey *string + func (m *WireguardPeer) MarshalBinary() ([]byte, error) + func (m *WireguardPeer) UnmarshalBinary(b []byte) error + func (m *WireguardPeer) Validate(formats strfmt.Registry) error