type github.com/google/uuid.NullUUID
10 uses
github.com/google/uuid (current package)
null.go#L29: type NullUUID struct {
null.go#L35: func (nu *NullUUID) Scan(value interface{}) error {
null.go#L52: func (nu NullUUID) Value() (driver.Value, error) {
null.go#L61: func (nu NullUUID) MarshalBinary() ([]byte, error) {
null.go#L70: func (nu *NullUUID) UnmarshalBinary(data []byte) error {
null.go#L80: func (nu NullUUID) MarshalText() ([]byte, error) {
null.go#L89: func (nu *NullUUID) UnmarshalText(data []byte) error {
null.go#L101: func (nu NullUUID) MarshalJSON() ([]byte, error) {
null.go#L110: func (nu *NullUUID) UnmarshalJSON(data []byte) error {
null.go#L112: *nu = NullUUID{}
 |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |