Documentation
¶
Index ¶
Constants ¶
View Source
const ( ProfileType string = "ProfileType" FitBaseType string = "fit_base_type" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ProfileData ¶
type ProfileData struct { ConstantData shared.ConstantData MappingProfileTypeToBaseTypes []ProfileTypeBaseType MappingBaseTypeToProfileTypes []ProfileTypeBaseType }
ProfileData is data representative of profile.tmpl
type ProfileTypeBaseType ¶ added in v0.11.0
ProfileTypeBaseType is mapping struct from ProfileType to its BaseType or vise versa.
Click to show internal directories.
Click to hide internal directories.