types

package
v0.0.0-...-58f0064 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2025 License: MIT Imports: 4 Imported by: 0

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

func (AnalysisStatus) Value

func (s AnalysisStatus) Value() (driver.Value, error)

type DDMMYYYY

type DDMMYYYY time.Time

func ParseDDMMYYYY

func ParseDDMMYYYY(layout, s string) (DDMMYYYY, error)

func (DDMMYYYY) MarshalJSON

func (y DDMMYYYY) MarshalJSON() ([]byte, error)

func (*DDMMYYYY) Scan

func (y *DDMMYYYY) Scan(src any) error

func (DDMMYYYY) String

func (y DDMMYYYY) String() string

func (DDMMYYYY) Time

func (y DDMMYYYY) Time() time.Time

func (*DDMMYYYY) UnmarshalJSON

func (y *DDMMYYYY) UnmarshalJSON(b []byte) error

func (DDMMYYYY) Value

func (y DDMMYYYY) Value() (driver.Value, error)

type MMYYY

type MMYYY time.Time

func ParseMMYYYY

func ParseMMYYYY(layout, s string) (MMYYY, error)

func (MMYYY) MarshalJSON

func (y MMYYY) MarshalJSON() ([]byte, error)

func (*MMYYY) Scan

func (y *MMYYY) Scan(src any) error

func (MMYYY) String

func (y MMYYY) String() string

func (MMYYY) Time

func (y MMYYY) Time() time.Time

func (*MMYYY) UnmarshalJSON

func (y *MMYYY) UnmarshalJSON(b []byte) error

func (MMYYY) Value

func (y MMYYY) Value() (driver.Value, 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

func (ProductType) Value

func (p ProductType) Value() (driver.Value, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL