Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient( manufacturerCertificate tls.Certificate, manufacturerCA []*x509.Certificate, opts ...OptionFunc, ) *Client
func (*Client) Type ¶
func (*Client) Type() doxm.OwnerTransferMethod
type OptionFunc ¶
func WithDialDTLS ¶
func WithDialDTLS(dial DialDTLS) OptionFunc
func WithDialTLS ¶
func WithDialTLS(dial DialTLS) OptionFunc
Click to show internal directories.
Click to hide internal directories.