Documentation
¶
Index ¶
- Constants
- Variables
- func Build(datum types.Datum, errs validate.ErrorProcessing) interface{}
- func DurationValidator(v *validator.Validate, topStruct reflect.Value, ...) bool
- func ExtendedValidator(v *validator.Validate, topStruct reflect.Value, ...) bool
- func NormalValidator(v *validator.Validate, topStruct reflect.Value, ...) bool
- func SubTypeValidator(v *validator.Validate, topStruct reflect.Value, ...) bool
- type Base
- type Combo
- type Extended
- type Normal
Constants ¶
View Source
const Name = "bolus"
Variables ¶
View Source
var ( BolusSubTypeField = types.DatumFieldInformation{ DatumField: &types.DatumField{Name: "subType"}, Tag: "bolussubtype", Message: "Must be one of normal, square, dual/square", Allowed: types.Allowed{"normal": true, "square": true, "dual/square": true}, } SubTypeField = types.DatumFieldInformation{ DatumField: &types.DatumField{Name: "subType"}, Tag: "bolussubtype", Message: "Must be one of normal, square, dual/square", Allowed: types.Allowed{"normal": true, "square": true, "dual/square": true}, } )
Functions ¶
func DurationValidator ¶
func ExtendedValidator ¶
func NormalValidator ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.