Home
last modified time | relevance | path

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

/dports/net/storj/storj-1.45.3/satellite/satellitedb/dbx/
H A Dsatellitedb.dbx.go7978 EmployeeCount User_EmployeeCount_Field
8002 EmployeeCount User_EmployeeCount_Field
8462 type User_EmployeeCount_Field struct { struct
8468 func User_EmployeeCount(v string) User_EmployeeCount_Field {
8469 return User_EmployeeCount_Field{_set: true, _value: &v}
8472 func User_EmployeeCount_Raw(v *string) User_EmployeeCount_Field {
8479 func User_EmployeeCount_Null() User_EmployeeCount_Field {
8480 return User_EmployeeCount_Field{_set: true, _null: true}
8483 func (f User_EmployeeCount_Field) isnull() bool { return !f._set || f._null || f._value == nil } argument
8485 func (f User_EmployeeCount_Field) value() interface{} { argument
[all …]