Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalysisStatus ¶
type AnalysisStatus int
const ( StatusUnSpecified AnalysisStatus = iota StatusPending StatusCompleted )
func (AnalysisStatus) MarshalJSON ¶
func (s AnalysisStatus) MarshalJSON() ([]byte, error)
func (*AnalysisStatus) Scan ¶
func (s *AnalysisStatus) Scan(src any) error
func (AnalysisStatus) String ¶
func (s AnalysisStatus) String() string
func (*AnalysisStatus) UnmarshalJSON ¶
func (s *AnalysisStatus) UnmarshalJSON(b []byte) error
type ProductType ¶
type ProductType int
const ( ProductUnSpecified ProductType = iota ProductSA ProductSF ProductPL )
func (ProductType) MarshalJSON ¶
func (p ProductType) MarshalJSON() ([]byte, error)
func (*ProductType) Scan ¶
func (p *ProductType) Scan(src any) error
func (ProductType) String ¶
func (p ProductType) String() string
func (*ProductType) UnmarshalJSON ¶
func (p *ProductType) UnmarshalJSON(b []byte) error
Click to show internal directories.
Click to hide internal directories.