github.com/jackc/pgtype.EnumType.Set (method)

3 uses

	github.com/jackc/pgtype (current package)
		enum_type.go#L47: func (dst *EnumType) Set(src interface{}) error {
		enum_type.go#L56: 			return dst.Set(value2)
		enum_type.go#L80: 			return dst.Set(originalSrc)