Documentation ¶
Index ¶
- type Package
- type Product
- func (p *Product) ActiveSubstances() []string
- func (p *Product) CommonName() *string
- func (p *Product) Form() string
- func (p *Product) Name() string
- func (p *Product) Packages() []*Package
- func (p *Product) ResponsibleEntity() string
- func (p *Product) Strength() string
- func (p *Product) Type() string
- type Schema
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Product ¶
type Product struct {
// contains filtered or unexported fields
}
func (*Product) ActiveSubstances ¶
func (*Product) CommonName ¶
func (*Product) ResponsibleEntity ¶
type Schema ¶
type Schema struct {
// contains filtered or unexported fields
}
func (*Schema) CreateGraphQLSchema ¶
func (s *Schema) CreateGraphQLSchema() *graphql.Schema
Click to show internal directories.
Click to hide internal directories.