Documentation
¶
Index ¶
- func FormatInt[T constraints.Signed](i T) string
- func NewClientCreds(o *TLSConfig) (credentials.TransportCredentials, error)
- func NewServerCreds(o *TLSConfig) (credentials.TransportCredentials, error)
- func ParseFloat[T constraints.Float](s string) (T, error)
- func ParseInt[T constraints.Signed](s string) (T, error)
- func ParseUInt[T constraints.Unsigned](s string) (T, error)
- type TLSConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatInt ¶
func FormatInt[T constraints.Signed](i T) string
func NewClientCreds ¶
func NewClientCreds(o *TLSConfig) (credentials.TransportCredentials, error)
func NewServerCreds ¶
func NewServerCreds(o *TLSConfig) (credentials.TransportCredentials, error)
func ParseFloat ¶
func ParseFloat[T constraints.Float](s string) (T, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.