Home
last modified time | relevance | path

Searched refs:StoragenodePayment_Receipt_Field (Results 1 – 1 of 1) sorted by relevance

/dports/net/storj/storj-1.45.3/satellite/satellitedb/dbx/
H A Dsatellitedb.dbx.go6867 Receipt StoragenodePayment_Receipt_Field
6969 type StoragenodePayment_Receipt_Field struct { struct
6975 func StoragenodePayment_Receipt(v string) StoragenodePayment_Receipt_Field {
6976 return StoragenodePayment_Receipt_Field{_set: true, _value: &v}
6979 func StoragenodePayment_Receipt_Raw(v *string) StoragenodePayment_Receipt_Field {
6986 func StoragenodePayment_Receipt_Null() StoragenodePayment_Receipt_Field {
6987 return StoragenodePayment_Receipt_Field{_set: true, _null: true}
6990 func (f StoragenodePayment_Receipt_Field) isnull() bool { return !f._set || f._null || f._value == … argument
6992 func (f StoragenodePayment_Receipt_Field) value() interface{} { argument
6999 func (StoragenodePayment_Receipt_Field) _Column() string { return "receipt" } argument