Versions in this module Expand all Collapse all v0 v0.12.0 May 2, 2026 v0.11.0 Apr 20, 2026 Changes in this version + var ErrUnknownType = fmt.Errorf("%s: gitlab type", errs.ErrInvalidValue) + type Type string + const TypeDedicated + const TypeSaaS + const TypeSelfManaged + const TypeUnknown + func TypeParse(value string) (Type, error) + func (i Type) String() string + func (i Type) Value() string