()
| 87 | } |
| 88 | |
| 89 | func (n *VectorBase64Field) GoString() string { |
| 90 | return fmt.Sprintf("&document.vectorFieldBase64Field{Name:%s, Options: %s, "+ |
| 91 | "Value: %+v}", n.vectorField.Name(), n.vectorField.Options(), n.vectorField.Value()) |
| 92 | } |
| 93 | |
| 94 | // For the sake of not polluting the API, we are keeping arrayPositions as a |
| 95 | // parameter, but it is not used. |