type github.com/jackc/pgtype.Lseg
17 uses
github.com/jackc/pgtype (current package)
lseg.go#L14: type Lseg struct {
lseg.go#L19: func (dst *Lseg) Set(src interface{}) error {
lseg.go#L23: func (dst Lseg) Get() interface{} {
lseg.go#L34: func (src *Lseg) AssignTo(dst interface{}) error {
lseg.go#L38: func (dst *Lseg) DecodeText(ci *ConnInfo, src []byte) error {
lseg.go#L40: *dst = Lseg{Status: Null}
lseg.go#L81: *dst = Lseg{P: [2]Vec2{{x1, y1}, {x2, y2}}, Status: Present}
lseg.go#L85: func (dst *Lseg) DecodeBinary(ci *ConnInfo, src []byte) error {
lseg.go#L87: *dst = Lseg{Status: Null}
lseg.go#L100: *dst = Lseg{
lseg.go#L110: func (src Lseg) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
lseg.go#L128: func (src Lseg) EncodeBinary(ci *ConnInfo, buf []byte) ([]byte, error) {
lseg.go#L144: func (dst *Lseg) Scan(src interface{}) error {
lseg.go#L146: *dst = Lseg{Status: Null}
lseg.go#L163: func (src Lseg) Value() (driver.Value, error) {
pgtype.go#L297: ci.RegisterDataType(DataType{Value: &Lseg{}, Name: "lseg", OID: LsegOID})
pgtype.go#L915: "lseg": &Lseg{},
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |