Versions in this module Expand all Collapse all v0 v0.2.3 Jan 14, 2023 v0.2.2 Feb 23, 2022 Changes in this version + type Activity struct + Config *Config + Description *Description + Exp *float64 + Streams []*Stream + Uis []*UserInterface + func (m *Activity) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *Activity) MarshalBinary() ([]byte, error) + func (m *Activity) UnmarshalBinary(b []byte) error + func (m *Activity) Validate(formats strfmt.Registry) error + type Bookings struct + Activities []*Activity + Locked bool + Max *int64 + Msg string + func (m *Bookings) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *Bookings) MarshalBinary() ([]byte, error) + func (m *Bookings) UnmarshalBinary(b []byte) error + func (m *Bookings) Validate(formats strfmt.Registry) error + type Bookingtoken struct + Aud *string + Exp *float64 + Groups []string + Iat float64 + Nbf *float64 + Pools []string + Scopes []string + Sub *string + Token *string + func (m *Bookingtoken) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *Bookingtoken) MarshalBinary() ([]byte, error) + func (m *Bookingtoken) UnmarshalBinary(b []byte) error + func (m *Bookingtoken) Validate(formats strfmt.Registry) error + type Config struct + URL *string + func (m *Config) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *Config) MarshalBinary() ([]byte, error) + func (m *Config) UnmarshalBinary(b []byte) error + func (m *Config) Validate(formats strfmt.Registry) error + type Description struct + Further string + ID string + Image string + Long string + Name *string + Short string + Thumb string + Type *string + func (m *Description) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *Description) MarshalBinary() ([]byte, error) + func (m *Description) UnmarshalBinary(b []byte) error + func (m *Description) Validate(formats strfmt.Registry) error + type Group struct + Description *Description + Pools []string + func (m *Group) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *Group) MarshalBinary() ([]byte, error) + func (m *Group) UnmarshalBinary(b []byte) error + func (m *Group) Validate(formats strfmt.Registry) error + type ID struct + ID *string + func (m *ID) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *ID) MarshalBinary() ([]byte, error) + func (m *ID) UnmarshalBinary(b []byte) error + func (m *ID) Validate(formats strfmt.Registry) error + type IDList []string + func (m IDList) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m IDList) Validate(formats strfmt.Registry) error + type Permission struct + Audience *string + ConnectionType *string + Scopes []string + Topic *string + func (m *Permission) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *Permission) MarshalBinary() ([]byte, error) + func (m *Permission) UnmarshalBinary(b []byte) error + func (m *Permission) Validate(formats strfmt.Registry) error + type Pool struct + Description *Description + MaxSession int64 + MinSession int64 + func (m *Pool) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *Pool) MarshalBinary() ([]byte, error) + func (m *Pool) UnmarshalBinary(b []byte) error + func (m *Pool) Validate(formats strfmt.Registry) error + type Poolstore struct + Booking *string + Pool *string + func (m *Poolstore) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *Poolstore) MarshalBinary() ([]byte, error) + func (m *Poolstore) UnmarshalBinary(b []byte) error + func (m *Poolstore) Validate(formats strfmt.Registry) error + type Status struct + Available *int64 + Later bool + Used int64 + Wait int64 + func (m *Status) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *Status) MarshalBinary() ([]byte, error) + func (m *Status) UnmarshalBinary(b []byte) error + func (m *Status) Validate(formats strfmt.Registry) error + type StoreStatus struct + Activities int64 + Bookings int64 + Groups int64 + LastBookingEnds float64 + Locked bool + Msg string + Pools int64 + func (m *StoreStatus) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *StoreStatus) MarshalBinary() ([]byte, error) + func (m *StoreStatus) UnmarshalBinary(b []byte) error + func (m *StoreStatus) Validate(formats strfmt.Registry) error + type Stream struct + For *string + Permission *Permission + Token string + URL *string + Verb *string + func (m *Stream) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *Stream) MarshalBinary() ([]byte, error) + func (m *Stream) UnmarshalBinary(b []byte) error + func (m *Stream) Validate(formats strfmt.Registry) error + type UserInterface struct + Description *Description + StreamsRequired []string + URL *string + func (m *UserInterface) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *UserInterface) MarshalBinary() ([]byte, error) + func (m *UserInterface) UnmarshalBinary(b []byte) error + func (m *UserInterface) Validate(formats strfmt.Registry) error