Documentation
¶
Index ¶
- func ValidateServerInput(server string) bool
- type ConnectInfo
- func (c *ConnectInfo) Address(ctx context.Context) (string, error)
- func (c *ConnectInfo) IsReplay() bool
- func (c *ConnectInfo) Name(ctx context.Context) (string, error)
- func (c *ConnectInfo) SetFeaturedServer(server *discovery.FeaturedServer)
- func (c *ConnectInfo) SetGathering(gathering *discovery.Gathering)
- func (c *ConnectInfo) SetRealm(realm *realms.Realm)
- type ErrNotFound
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateServerInput ¶
Types ¶
type ConnectInfo ¶
type ConnectInfo struct {
Value string
Account *auth.Account
// contains filtered or unexported fields
}
func (*ConnectInfo) IsReplay ¶
func (c *ConnectInfo) IsReplay() bool
func (*ConnectInfo) SetFeaturedServer ¶ added in v1.51.0
func (c *ConnectInfo) SetFeaturedServer(server *discovery.FeaturedServer)
func (*ConnectInfo) SetGathering ¶
func (c *ConnectInfo) SetGathering(gathering *discovery.Gathering)
func (*ConnectInfo) SetRealm ¶
func (c *ConnectInfo) SetRealm(realm *realms.Realm)
type ErrNotFound ¶ added in v1.52.0
type ErrNotFound struct {
Name string
}
func (*ErrNotFound) Error ¶ added in v1.52.0
func (e *ErrNotFound) Error() string
Click to show internal directories.
Click to hide internal directories.