Versions in this module Expand all Collapse all v1 v1.0.0 Jan 4, 2024 Changes in this version + type Category struct + ID int32 + Title *string + UserID int32 + func (m *Category) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *Category) MarshalBinary() ([]byte, error) + func (m *Category) UnmarshalBinary(b []byte) error + func (m *Category) Validate(formats strfmt.Registry) error + type CategoryMultiChoice struct + CategoryID int32 + Description string + ID int32 + Title *string + func (m *CategoryMultiChoice) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *CategoryMultiChoice) MarshalBinary() ([]byte, error) + func (m *CategoryMultiChoice) UnmarshalBinary(b []byte) error + func (m *CategoryMultiChoice) Validate(formats strfmt.Registry) error + type CategorySingleChoice struct + Description string + GroupID int32 + ID int32 + Title *string + func (m *CategorySingleChoice) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *CategorySingleChoice) MarshalBinary() ([]byte, error) + func (m *CategorySingleChoice) UnmarshalBinary(b []byte) error + func (m *CategorySingleChoice) Validate(formats strfmt.Registry) error + type CategorySingleChoiceGroup struct + CategoryID int32 + Description string + ID int32 + Title *string + func (m *CategorySingleChoiceGroup) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *CategorySingleChoiceGroup) MarshalBinary() ([]byte, error) + func (m *CategorySingleChoiceGroup) UnmarshalBinary(b []byte) error + func (m *CategorySingleChoiceGroup) Validate(formats strfmt.Registry) error + type Entry struct + Diastole float32 + EndTime strfmt.DateTime + HaveBloodPressure *bool + ID int32 + MultiChoices []int64 + Pulse float32 + Remarks string + SingleChoices []int64 + StartTime *strfmt.DateTime + Systole float32 + UserID int32 + func (m *Entry) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *Entry) MarshalBinary() ([]byte, error) + func (m *Entry) UnmarshalBinary(b []byte) error + func (m *Entry) Validate(formats strfmt.Registry) error + type Error struct + Code int32 + Message *string + func (m *Error) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *Error) MarshalBinary() ([]byte, error) + func (m *Error) UnmarshalBinary(b []byte) error + func (m *Error) Validate(formats strfmt.Registry) error + type OidcInfo struct + ClientID string + ClientSecret string + DiscoveryURL *string + func (m *OidcInfo) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *OidcInfo) MarshalBinary() ([]byte, error) + func (m *OidcInfo) UnmarshalBinary(b []byte) error + func (m *OidcInfo) Validate(formats strfmt.Registry) error + type User struct + FirstName string + ID int32 + Name string + func (m *User) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *User) MarshalBinary() ([]byte, error) + func (m *User) UnmarshalBinary(b []byte) error + func (m *User) Validate(formats strfmt.Registry) error