Versions in this module Expand all Collapse all v0 v0.0.20 Aug 21, 2024 v0.0.19 Aug 21, 2024 Changes in this version + type AddUserResponse struct + SpotifyError int + Status int + StatusString string + type GetInfoResponse struct + AccountReq string + ActiveUser string + Availability string + BrandDisplayName string + DeviceID string + DeviceType string + GroupStatus string + LibraryVersion string + ModelDisplayName string + ProductID int + PublicKey string + RemoteName string + ResolverVersion string + Scope string + SpotifyError int + Status int + StatusString string + TokenType string + Version string + VoiceSupport string + type HandleNewRequestFunc func(req NewUserRequest) bool + type NewUserRequest struct + AuthBlob []byte + DeviceName string + Username string + type Zeroconf struct + func NewZeroconf(deviceName, deviceId string, deviceType devicespb.DeviceType) (_ *Zeroconf, err error) + func (z *Zeroconf) Close() + func (z *Zeroconf) Serve(handler HandleNewRequestFunc) error + func (z *Zeroconf) SetCurrentUser(username string)