Documentation ¶
Index ¶
- Variables
- type User
- func (this *User) ClearFlag(flag string) error
- func (this *User) ClearFlags(flags ...string) []error
- func (*User) Descriptor() ([]byte, []int)
- func (this *User) Equal(that interface{}) bool
- func (this *User) FromUInt64(b uint64) error
- func (m *User) GetScopeA() bool
- func (m *User) GetScopeB() bool
- func (m *User) GetScopeC() bool
- func (this *User) HighFlags() []string
- func (this *User) LowFlags() []string
- func (m *User) Marshal() (dAtA []byte, err error)
- func (m *User) MarshalTo(dAtA []byte) (int, error)
- func (*User) ProtoMessage()
- func (m *User) Reset()
- func (this *User) Scan(i interface{}) error
- func (this *User) SetFlag(flag string) error
- func (this *User) SetFlags(flags ...string) []error
- func (m *User) Size() (n int)
- func (m *User) String() string
- func (this *User) TestFlag(flag string) bool
- func (this *User) TestFlags(flags ...string) bool
- func (this *User) UInt64() uint64
- func (m *User) Unmarshal(dAtA []byte) error
- func (this *User) Value() (database_sql_driver.Value, error)
- func (m *User) XXX_DiscardUnknown()
- func (m *User) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *User) XXX_Merge(src proto.Message)
- func (m *User) XXX_Size() int
- func (m *User) XXX_Unmarshal(b []byte) error
- type UserGetter
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthFlags = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowFlags = fmt.Errorf("proto: integer overflow") )
View Source
var GraphQLUserType *github_com_graphql_go_graphql.Object
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { ScopeA bool `protobuf:"varint,1,opt,name=scopeA,proto3" json:"scopeA,omitempty"` ScopeB bool `protobuf:"varint,2,opt,name=scopeB,proto3" json:"scopeB,omitempty"` ScopeC bool `protobuf:"varint,3,opt,name=scopeC,proto3" json:"scopeC,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedUser ¶
func (*User) ClearFlags ¶
func (*User) Descriptor ¶
func (*User) FromUInt64 ¶
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) XXX_DiscardUnknown ¶
func (m *User) XXX_DiscardUnknown()
func (*User) XXX_Unmarshal ¶
type UserGetter ¶
type UserGetter interface {
GetUser() *User
}
Click to show internal directories.
Click to hide internal directories.