Home
last modified time | relevance | path

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

/dports/net/storj/storj-1.45.3/satellite/satellitedb/dbx/
H A Dsatellitedb.dbx.go8767 PartnerId ApiKey_PartnerId_Field
8870 type ApiKey_PartnerId_Field struct { struct
8876 func ApiKey_PartnerId(v []byte) ApiKey_PartnerId_Field {
8877 return ApiKey_PartnerId_Field{_set: true, _value: v}
8880 func ApiKey_PartnerId_Raw(v []byte) ApiKey_PartnerId_Field {
8887 func ApiKey_PartnerId_Null() ApiKey_PartnerId_Field {
8888 return ApiKey_PartnerId_Field{_set: true, _null: true}
8891 func (f ApiKey_PartnerId_Field) isnull() bool { return !f._set || f._null || f._value == nil } argument
8893 func (f ApiKey_PartnerId_Field) value() interface{} { argument
8900 func (ApiKey_PartnerId_Field) _Column() string { return "partner_id" } argument