Documentation ¶
Index ¶
- func NewWireguard(ctx context.Context, config interface{}) (interface{}, error)
- type Wireguard
- type WireguardConfig
- func (*WireguardConfig) Descriptor() ([]byte, []int)
- func (*WireguardConfig) ProtoMessage()
- func (m *WireguardConfig) Reset()
- func (m *WireguardConfig) String() string
- func (m *WireguardConfig) XXX_DiscardUnknown()
- func (m *WireguardConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WireguardConfig) XXX_Merge(src proto.Message)
- func (m *WireguardConfig) XXX_Size() int
- func (m *WireguardConfig) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWireguard ¶
NewWireguard returns a new VideoChat instance based on given config.
Types ¶
type Wireguard ¶
type Wireguard struct{}
type WireguardConfig ¶
type WireguardConfig struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*WireguardConfig) Descriptor ¶
func (*WireguardConfig) Descriptor() ([]byte, []int)
func (*WireguardConfig) ProtoMessage ¶
func (*WireguardConfig) ProtoMessage()
func (*WireguardConfig) Reset ¶
func (m *WireguardConfig) Reset()
func (*WireguardConfig) String ¶
func (m *WireguardConfig) String() string
func (*WireguardConfig) XXX_DiscardUnknown ¶
func (m *WireguardConfig) XXX_DiscardUnknown()
func (*WireguardConfig) XXX_Marshal ¶
func (m *WireguardConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WireguardConfig) XXX_Merge ¶
func (m *WireguardConfig) XXX_Merge(src proto.Message)
func (*WireguardConfig) XXX_Size ¶
func (m *WireguardConfig) XXX_Size() int
func (*WireguardConfig) XXX_Unmarshal ¶
func (m *WireguardConfig) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.