api_pb

package
v0.0.0-...-5346f80 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2020 License: MIT Imports: 21 Imported by: 0

Documentation

Overview

Package api_pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api_pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api_pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api_pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api_pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api_pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api_pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api_pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api_pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api_pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api_pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api_pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api_pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthAchievements = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowAchievements   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthContributionCollections = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowContributionCollections   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthDepartments = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowDepartments   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthEmailConfirmations = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowEmailConfirmations   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthEntries = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowEntries   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthInvitations = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowInvitations   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthOauth = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowOauth   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthPasswordResets = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowPasswordResets   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthPing = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowPing   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthRoles = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowRoles   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthSessions = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowSessions   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthUserBlogs = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowUserBlogs   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthUsers = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowUsers   = fmt.Errorf("proto: integer overflow")
)
View Source
var Authority_name = map[int32]string{
	0: "MEMBER",
	1: "ADMIN",
}
View Source
var Authority_value = map[string]int32{
	"MEMBER": 0,
	"ADMIN":  1,
}
View Source
var ProfileScope_name = map[int32]string{
	0: "MEMBERS_ONLY",
	1: "PUBLIC",
}
View Source
var ProfileScope_value = map[string]int32{
	"MEMBERS_ONLY": 0,
	"PUBLIC":       1,
}

Functions

func RegisterAchievementServiceHandler

func RegisterAchievementServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterAchievementServiceHandler registers the http handlers for service AchievementService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterAchievementServiceHandlerClient

func RegisterAchievementServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AchievementServiceClient) error

RegisterAchievementServiceHandlerClient registers the http handlers for service AchievementService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "AchievementServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "AchievementServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "AchievementServiceClient" to call the correct interceptors.

func RegisterAchievementServiceHandlerFromEndpoint

func RegisterAchievementServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterAchievementServiceHandlerFromEndpoint is same as RegisterAchievementServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterAchievementServiceServer

func RegisterAchievementServiceServer(s *grpc.Server, srv AchievementServiceServer)

func RegisterContributionCollectionServiceHandler

func RegisterContributionCollectionServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterContributionCollectionServiceHandler registers the http handlers for service ContributionCollectionService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterContributionCollectionServiceHandlerClient

func RegisterContributionCollectionServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ContributionCollectionServiceClient) error

RegisterContributionCollectionServiceHandlerClient registers the http handlers for service ContributionCollectionService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ContributionCollectionServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ContributionCollectionServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ContributionCollectionServiceClient" to call the correct interceptors.

func RegisterContributionCollectionServiceHandlerFromEndpoint

func RegisterContributionCollectionServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterContributionCollectionServiceHandlerFromEndpoint is same as RegisterContributionCollectionServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterContributionCollectionServiceServer

func RegisterContributionCollectionServiceServer(s *grpc.Server, srv ContributionCollectionServiceServer)

func RegisterDepartmentServiceHandler

func RegisterDepartmentServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterDepartmentServiceHandler registers the http handlers for service DepartmentService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterDepartmentServiceHandlerClient

func RegisterDepartmentServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DepartmentServiceClient) error

RegisterDepartmentServiceHandlerClient registers the http handlers for service DepartmentService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "DepartmentServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "DepartmentServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "DepartmentServiceClient" to call the correct interceptors.

func RegisterDepartmentServiceHandlerFromEndpoint

func RegisterDepartmentServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterDepartmentServiceHandlerFromEndpoint is same as RegisterDepartmentServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterDepartmentServiceServer

func RegisterDepartmentServiceServer(s *grpc.Server, srv DepartmentServiceServer)

func RegisterEmailConfirmationServiceHandler

func RegisterEmailConfirmationServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterEmailConfirmationServiceHandler registers the http handlers for service EmailConfirmationService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterEmailConfirmationServiceHandlerClient

func RegisterEmailConfirmationServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client EmailConfirmationServiceClient) error

RegisterEmailConfirmationServiceHandlerClient registers the http handlers for service EmailConfirmationService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "EmailConfirmationServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "EmailConfirmationServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "EmailConfirmationServiceClient" to call the correct interceptors.

func RegisterEmailConfirmationServiceHandlerFromEndpoint

func RegisterEmailConfirmationServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterEmailConfirmationServiceHandlerFromEndpoint is same as RegisterEmailConfirmationServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterEmailConfirmationServiceServer

func RegisterEmailConfirmationServiceServer(s *grpc.Server, srv EmailConfirmationServiceServer)

func RegisterEntryServiceHandler

func RegisterEntryServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterEntryServiceHandler registers the http handlers for service EntryService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterEntryServiceHandlerClient

func RegisterEntryServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client EntryServiceClient) error

RegisterEntryServiceHandlerClient registers the http handlers for service EntryService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "EntryServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "EntryServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "EntryServiceClient" to call the correct interceptors.

func RegisterEntryServiceHandlerFromEndpoint

func RegisterEntryServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterEntryServiceHandlerFromEndpoint is same as RegisterEntryServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterEntryServiceServer

func RegisterEntryServiceServer(s *grpc.Server, srv EntryServiceServer)

func RegisterInvitationServiceHandler

func RegisterInvitationServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterInvitationServiceHandler registers the http handlers for service InvitationService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterInvitationServiceHandlerClient

func RegisterInvitationServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client InvitationServiceClient) error

RegisterInvitationServiceHandlerClient registers the http handlers for service InvitationService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "InvitationServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "InvitationServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "InvitationServiceClient" to call the correct interceptors.

func RegisterInvitationServiceHandlerFromEndpoint

func RegisterInvitationServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterInvitationServiceHandlerFromEndpoint is same as RegisterInvitationServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterInvitationServiceServer

func RegisterInvitationServiceServer(s *grpc.Server, srv InvitationServiceServer)

func RegisterOAuthServiceHandler

func RegisterOAuthServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterOAuthServiceHandler registers the http handlers for service OAuthService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterOAuthServiceHandlerClient

func RegisterOAuthServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client OAuthServiceClient) error

RegisterOAuthServiceHandlerClient registers the http handlers for service OAuthService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "OAuthServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "OAuthServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "OAuthServiceClient" to call the correct interceptors.

func RegisterOAuthServiceHandlerFromEndpoint

func RegisterOAuthServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterOAuthServiceHandlerFromEndpoint is same as RegisterOAuthServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterOAuthServiceServer

func RegisterOAuthServiceServer(s *grpc.Server, srv OAuthServiceServer)

func RegisterPasswordResetServiceHandler

func RegisterPasswordResetServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterPasswordResetServiceHandler registers the http handlers for service PasswordResetService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterPasswordResetServiceHandlerClient

func RegisterPasswordResetServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client PasswordResetServiceClient) error

RegisterPasswordResetServiceHandlerClient registers the http handlers for service PasswordResetService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "PasswordResetServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "PasswordResetServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "PasswordResetServiceClient" to call the correct interceptors.

func RegisterPasswordResetServiceHandlerFromEndpoint

func RegisterPasswordResetServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterPasswordResetServiceHandlerFromEndpoint is same as RegisterPasswordResetServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterPasswordResetServiceServer

func RegisterPasswordResetServiceServer(s *grpc.Server, srv PasswordResetServiceServer)

func RegisterPingServiceHandler

func RegisterPingServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterPingServiceHandler registers the http handlers for service PingService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterPingServiceHandlerClient

func RegisterPingServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client PingServiceClient) error

RegisterPingServiceHandlerClient registers the http handlers for service PingService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "PingServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "PingServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "PingServiceClient" to call the correct interceptors.

func RegisterPingServiceHandlerFromEndpoint

func RegisterPingServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterPingServiceHandlerFromEndpoint is same as RegisterPingServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterPingServiceServer

func RegisterPingServiceServer(s *grpc.Server, srv PingServiceServer)

func RegisterRoleServiceHandler

func RegisterRoleServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterRoleServiceHandler registers the http handlers for service RoleService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterRoleServiceHandlerClient

func RegisterRoleServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client RoleServiceClient) error

RegisterRoleServiceHandlerClient registers the http handlers for service RoleService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "RoleServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "RoleServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "RoleServiceClient" to call the correct interceptors.

func RegisterRoleServiceHandlerFromEndpoint

func RegisterRoleServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterRoleServiceHandlerFromEndpoint is same as RegisterRoleServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterRoleServiceServer

func RegisterRoleServiceServer(s *grpc.Server, srv RoleServiceServer)

func RegisterSessionServiceHandler

func RegisterSessionServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterSessionServiceHandler registers the http handlers for service SessionService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterSessionServiceHandlerClient

func RegisterSessionServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client SessionServiceClient) error

RegisterSessionServiceHandlerClient registers the http handlers for service SessionService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "SessionServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "SessionServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "SessionServiceClient" to call the correct interceptors.

func RegisterSessionServiceHandlerFromEndpoint

func RegisterSessionServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterSessionServiceHandlerFromEndpoint is same as RegisterSessionServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterSessionServiceServer

func RegisterSessionServiceServer(s *grpc.Server, srv SessionServiceServer)

func RegisterUserBlogServiceHandler

func RegisterUserBlogServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterUserBlogServiceHandler registers the http handlers for service UserBlogService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterUserBlogServiceHandlerClient

func RegisterUserBlogServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client UserBlogServiceClient) error

RegisterUserBlogServiceHandlerClient registers the http handlers for service UserBlogService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "UserBlogServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "UserBlogServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "UserBlogServiceClient" to call the correct interceptors.

func RegisterUserBlogServiceHandlerFromEndpoint

func RegisterUserBlogServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterUserBlogServiceHandlerFromEndpoint is same as RegisterUserBlogServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterUserBlogServiceServer

func RegisterUserBlogServiceServer(s *grpc.Server, srv UserBlogServiceServer)

func RegisterUserServiceHandler

func RegisterUserServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterUserServiceHandler registers the http handlers for service UserService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterUserServiceHandlerClient

func RegisterUserServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client UserServiceClient) error

RegisterUserServiceHandlerClient registers the http handlers for service UserService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "UserServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "UserServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "UserServiceClient" to call the correct interceptors.

func RegisterUserServiceHandlerFromEndpoint

func RegisterUserServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterUserServiceHandlerFromEndpoint is same as RegisterUserServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterUserServiceServer

func RegisterUserServiceServer(s *grpc.Server, srv UserServiceServer)

Types

type Achievement

type Achievement struct {
	AchievementId uint32 `protobuf:"varint,1,opt,name=achievement_id,json=achievementId,proto3" json:"achievement_id,omitempty"`
	Title         string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	// 賞の名前
	Award       string `protobuf:"bytes,3,opt,name=award,proto3" json:"award,omitempty"`
	Url         string `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"`
	Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	// レスポンスのみ
	ImageUrl string `protobuf:"bytes,6,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"`
	// 受賞した日付or作品を発表した日付
	HappenedAt *types.Timestamp `protobuf:"bytes,7,opt,name=happened_at,json=happenedAt,proto3" json:"happened_at,omitempty"`
	// 作品・チームに参加したメンバー
	Members []*User `protobuf:"bytes,8,rep,name=members,proto3" json:"members,omitempty"`
	// レスポンスのみ。プロフィールを非公開にしているメンバーの数
	HiddenMembersCount   int32    `protobuf:"varint,9,opt,name=hidden_members_count,json=hiddenMembersCount,proto3" json:"hidden_members_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Achievement) Descriptor

func (*Achievement) Descriptor() ([]byte, []int)

func (*Achievement) GetAchievementId

func (m *Achievement) GetAchievementId() uint32

func (*Achievement) GetAward

func (m *Achievement) GetAward() string

func (*Achievement) GetDescription

func (m *Achievement) GetDescription() string

func (*Achievement) GetHappenedAt

func (m *Achievement) GetHappenedAt() *types.Timestamp

func (*Achievement) GetHiddenMembersCount

func (m *Achievement) GetHiddenMembersCount() int32

func (*Achievement) GetImageUrl

func (m *Achievement) GetImageUrl() string

func (*Achievement) GetMembers

func (m *Achievement) GetMembers() []*User

func (*Achievement) GetTitle

func (m *Achievement) GetTitle() string

func (*Achievement) GetUrl

func (m *Achievement) GetUrl() string

func (*Achievement) Marshal

func (m *Achievement) Marshal() (dAtA []byte, err error)

func (*Achievement) MarshalTo

func (m *Achievement) MarshalTo(dAtA []byte) (int, error)

func (*Achievement) ProtoMessage

func (*Achievement) ProtoMessage()

func (*Achievement) Reset

func (m *Achievement) Reset()

func (*Achievement) Size

func (m *Achievement) Size() (n int)

func (*Achievement) String

func (m *Achievement) String() string

func (*Achievement) Unmarshal

func (m *Achievement) Unmarshal(dAtA []byte) error

func (*Achievement) Validate

func (this *Achievement) Validate() error

func (*Achievement) XXX_DiscardUnknown

func (m *Achievement) XXX_DiscardUnknown()

func (*Achievement) XXX_Marshal

func (m *Achievement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Achievement) XXX_Merge

func (m *Achievement) XXX_Merge(src proto.Message)

func (*Achievement) XXX_Size

func (m *Achievement) XXX_Size() int

func (*Achievement) XXX_Unmarshal

func (m *Achievement) XXX_Unmarshal(b []byte) error

type AchievementServiceClient

type AchievementServiceClient interface {
	ListAchievements(ctx context.Context, in *ListAchievementsRequest, opts ...grpc.CallOption) (*ListAchievementsResponse, error)
	GetAchievement(ctx context.Context, in *GetAchievementRequest, opts ...grpc.CallOption) (*Achievement, error)
	CreateAchievement(ctx context.Context, in *CreateAchievementRequest, opts ...grpc.CallOption) (*Achievement, error)
	UpdateAchievement(ctx context.Context, in *UpdateAchievementRequest, opts ...grpc.CallOption) (*Achievement, error)
	UpdateAchievementImage(ctx context.Context, in *UpdateAchievementImageRequest, opts ...grpc.CallOption) (*Achievement, error)
	DeleteAchievement(ctx context.Context, in *DeleteAchievementRequest, opts ...grpc.CallOption) (*empty.Empty, error)
}

AchievementServiceClient is the client API for AchievementService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewAchievementServiceClient

func NewAchievementServiceClient(cc *grpc.ClientConn) AchievementServiceClient

type AchievementServiceServer

type AchievementServiceServer interface {
	ListAchievements(context.Context, *ListAchievementsRequest) (*ListAchievementsResponse, error)
	GetAchievement(context.Context, *GetAchievementRequest) (*Achievement, error)
	CreateAchievement(context.Context, *CreateAchievementRequest) (*Achievement, error)
	UpdateAchievement(context.Context, *UpdateAchievementRequest) (*Achievement, error)
	UpdateAchievementImage(context.Context, *UpdateAchievementImageRequest) (*Achievement, error)
	DeleteAchievement(context.Context, *DeleteAchievementRequest) (*empty.Empty, error)
}

AchievementServiceServer is the server API for AchievementService service.

type Authority

type Authority int32
const (
	Authority_MEMBER Authority = 0
	Authority_ADMIN  Authority = 1
)

func (Authority) EnumDescriptor

func (Authority) EnumDescriptor() ([]byte, []int)

func (Authority) String

func (x Authority) String() string

type Blog

type Blog struct {
	BlogId               uint32   `protobuf:"varint,1,opt,name=blog_id,json=blogId,proto3" json:"blog_id,omitempty"`
	Url                  string   `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	FeedUrl              string   `protobuf:"bytes,3,opt,name=feed_url,json=feedUrl,proto3" json:"feed_url,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Blog) Descriptor

func (*Blog) Descriptor() ([]byte, []int)

func (*Blog) GetBlogId

func (m *Blog) GetBlogId() uint32

func (*Blog) GetFeedUrl

func (m *Blog) GetFeedUrl() string

func (*Blog) GetUrl

func (m *Blog) GetUrl() string

func (*Blog) Marshal

func (m *Blog) Marshal() (dAtA []byte, err error)

func (*Blog) MarshalTo

func (m *Blog) MarshalTo(dAtA []byte) (int, error)

func (*Blog) ProtoMessage

func (*Blog) ProtoMessage()

func (*Blog) Reset

func (m *Blog) Reset()

func (*Blog) Size

func (m *Blog) Size() (n int)

func (*Blog) String

func (m *Blog) String() string

func (*Blog) Unmarshal

func (m *Blog) Unmarshal(dAtA []byte) error

func (*Blog) Validate

func (this *Blog) Validate() error

func (*Blog) XXX_DiscardUnknown

func (m *Blog) XXX_DiscardUnknown()

func (*Blog) XXX_Marshal

func (m *Blog) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Blog) XXX_Merge

func (m *Blog) XXX_Merge(src proto.Message)

func (*Blog) XXX_Size

func (m *Blog) XXX_Size() int

func (*Blog) XXX_Unmarshal

func (m *Blog) XXX_Unmarshal(b []byte) error

type ConfirmEmailRequest

type ConfirmEmailRequest struct {
	Token                string   `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ConfirmEmailRequest) Descriptor

func (*ConfirmEmailRequest) Descriptor() ([]byte, []int)

func (*ConfirmEmailRequest) GetToken

func (m *ConfirmEmailRequest) GetToken() string

func (*ConfirmEmailRequest) Marshal

func (m *ConfirmEmailRequest) Marshal() (dAtA []byte, err error)

func (*ConfirmEmailRequest) MarshalTo

func (m *ConfirmEmailRequest) MarshalTo(dAtA []byte) (int, error)

func (*ConfirmEmailRequest) ProtoMessage

func (*ConfirmEmailRequest) ProtoMessage()

func (*ConfirmEmailRequest) Reset

func (m *ConfirmEmailRequest) Reset()

func (*ConfirmEmailRequest) Size

func (m *ConfirmEmailRequest) Size() (n int)

func (*ConfirmEmailRequest) String

func (m *ConfirmEmailRequest) String() string

func (*ConfirmEmailRequest) Unmarshal

func (m *ConfirmEmailRequest) Unmarshal(dAtA []byte) error

func (*ConfirmEmailRequest) Validate

func (this *ConfirmEmailRequest) Validate() error

func (*ConfirmEmailRequest) XXX_DiscardUnknown

func (m *ConfirmEmailRequest) XXX_DiscardUnknown()

func (*ConfirmEmailRequest) XXX_Marshal

func (m *ConfirmEmailRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfirmEmailRequest) XXX_Merge

func (m *ConfirmEmailRequest) XXX_Merge(src proto.Message)

func (*ConfirmEmailRequest) XXX_Size

func (m *ConfirmEmailRequest) XXX_Size() int

func (*ConfirmEmailRequest) XXX_Unmarshal

func (m *ConfirmEmailRequest) XXX_Unmarshal(b []byte) error

type ContributionCollection

type ContributionCollection struct {
	User                 *User              `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	TotalCount           int32              `protobuf:"varint,2,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	Days                 []*ContributionDay `protobuf:"bytes,3,rep,name=days,proto3" json:"days,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ContributionCollection) Descriptor

func (*ContributionCollection) Descriptor() ([]byte, []int)

func (*ContributionCollection) GetDays

func (m *ContributionCollection) GetDays() []*ContributionDay

func (*ContributionCollection) GetTotalCount

func (m *ContributionCollection) GetTotalCount() int32

func (*ContributionCollection) GetUser

func (m *ContributionCollection) GetUser() *User

func (*ContributionCollection) Marshal

func (m *ContributionCollection) Marshal() (dAtA []byte, err error)

func (*ContributionCollection) MarshalTo

func (m *ContributionCollection) MarshalTo(dAtA []byte) (int, error)

func (*ContributionCollection) ProtoMessage

func (*ContributionCollection) ProtoMessage()

func (*ContributionCollection) Reset

func (m *ContributionCollection) Reset()

func (*ContributionCollection) Size

func (m *ContributionCollection) Size() (n int)

func (*ContributionCollection) String

func (m *ContributionCollection) String() string

func (*ContributionCollection) Unmarshal

func (m *ContributionCollection) Unmarshal(dAtA []byte) error

func (*ContributionCollection) Validate

func (this *ContributionCollection) Validate() error

func (*ContributionCollection) XXX_DiscardUnknown

func (m *ContributionCollection) XXX_DiscardUnknown()

func (*ContributionCollection) XXX_Marshal

func (m *ContributionCollection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContributionCollection) XXX_Merge

func (m *ContributionCollection) XXX_Merge(src proto.Message)

func (*ContributionCollection) XXX_Size

func (m *ContributionCollection) XXX_Size() int

func (*ContributionCollection) XXX_Unmarshal

func (m *ContributionCollection) XXX_Unmarshal(b []byte) error

type ContributionCollectionServiceClient

type ContributionCollectionServiceClient interface {
	ListContributionCollections(ctx context.Context, in *ListContributionCollectionsRequest, opts ...grpc.CallOption) (*ListContributionCollectionsResponse, error)
}

ContributionCollectionServiceClient is the client API for ContributionCollectionService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewContributionCollectionServiceClient

func NewContributionCollectionServiceClient(cc *grpc.ClientConn) ContributionCollectionServiceClient

type ContributionCollectionServiceServer

type ContributionCollectionServiceServer interface {
	ListContributionCollections(context.Context, *ListContributionCollectionsRequest) (*ListContributionCollectionsResponse, error)
}

ContributionCollectionServiceServer is the server API for ContributionCollectionService service.

type ContributionDay

type ContributionDay struct {
	Date                 *types.Timestamp `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`
	Count                int32            `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*ContributionDay) Descriptor

func (*ContributionDay) Descriptor() ([]byte, []int)

func (*ContributionDay) GetCount

func (m *ContributionDay) GetCount() int32

func (*ContributionDay) GetDate

func (m *ContributionDay) GetDate() *types.Timestamp

func (*ContributionDay) Marshal

func (m *ContributionDay) Marshal() (dAtA []byte, err error)

func (*ContributionDay) MarshalTo

func (m *ContributionDay) MarshalTo(dAtA []byte) (int, error)

func (*ContributionDay) ProtoMessage

func (*ContributionDay) ProtoMessage()

func (*ContributionDay) Reset

func (m *ContributionDay) Reset()

func (*ContributionDay) Size

func (m *ContributionDay) Size() (n int)

func (*ContributionDay) String

func (m *ContributionDay) String() string

func (*ContributionDay) Unmarshal

func (m *ContributionDay) Unmarshal(dAtA []byte) error

func (*ContributionDay) Validate

func (this *ContributionDay) Validate() error

func (*ContributionDay) XXX_DiscardUnknown

func (m *ContributionDay) XXX_DiscardUnknown()

func (*ContributionDay) XXX_Marshal

func (m *ContributionDay) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContributionDay) XXX_Merge

func (m *ContributionDay) XXX_Merge(src proto.Message)

func (*ContributionDay) XXX_Size

func (m *ContributionDay) XXX_Size() int

func (*ContributionDay) XXX_Unmarshal

func (m *ContributionDay) XXX_Unmarshal(b []byte) error

type CreateAchievementRequest

type CreateAchievementRequest struct {
	Achievement          *Achievement `protobuf:"bytes,1,opt,name=achievement,proto3" json:"achievement,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*CreateAchievementRequest) Descriptor

func (*CreateAchievementRequest) Descriptor() ([]byte, []int)

func (*CreateAchievementRequest) GetAchievement

func (m *CreateAchievementRequest) GetAchievement() *Achievement

func (*CreateAchievementRequest) Marshal

func (m *CreateAchievementRequest) Marshal() (dAtA []byte, err error)

func (*CreateAchievementRequest) MarshalTo

func (m *CreateAchievementRequest) MarshalTo(dAtA []byte) (int, error)

func (*CreateAchievementRequest) ProtoMessage

func (*CreateAchievementRequest) ProtoMessage()

func (*CreateAchievementRequest) Reset

func (m *CreateAchievementRequest) Reset()

func (*CreateAchievementRequest) Size

func (m *CreateAchievementRequest) Size() (n int)

func (*CreateAchievementRequest) String

func (m *CreateAchievementRequest) String() string

func (*CreateAchievementRequest) Unmarshal

func (m *CreateAchievementRequest) Unmarshal(dAtA []byte) error

func (*CreateAchievementRequest) Validate

func (this *CreateAchievementRequest) Validate() error

func (*CreateAchievementRequest) XXX_DiscardUnknown

func (m *CreateAchievementRequest) XXX_DiscardUnknown()

func (*CreateAchievementRequest) XXX_Marshal

func (m *CreateAchievementRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateAchievementRequest) XXX_Merge

func (m *CreateAchievementRequest) XXX_Merge(src proto.Message)

func (*CreateAchievementRequest) XXX_Size

func (m *CreateAchievementRequest) XXX_Size() int

func (*CreateAchievementRequest) XXX_Unmarshal

func (m *CreateAchievementRequest) XXX_Unmarshal(b []byte) error

type CreateEmailConfirmationRequest

type CreateEmailConfirmationRequest struct {
	NewEmail             string   `protobuf:"bytes,1,opt,name=new_email,json=newEmail,proto3" json:"new_email,omitempty"`
	Password             string   `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateEmailConfirmationRequest) Descriptor

func (*CreateEmailConfirmationRequest) Descriptor() ([]byte, []int)

func (*CreateEmailConfirmationRequest) GetNewEmail

func (m *CreateEmailConfirmationRequest) GetNewEmail() string

func (*CreateEmailConfirmationRequest) GetPassword

func (m *CreateEmailConfirmationRequest) GetPassword() string

func (*CreateEmailConfirmationRequest) Marshal

func (m *CreateEmailConfirmationRequest) Marshal() (dAtA []byte, err error)

func (*CreateEmailConfirmationRequest) MarshalTo

func (m *CreateEmailConfirmationRequest) MarshalTo(dAtA []byte) (int, error)

func (*CreateEmailConfirmationRequest) ProtoMessage

func (*CreateEmailConfirmationRequest) ProtoMessage()

func (*CreateEmailConfirmationRequest) Reset

func (m *CreateEmailConfirmationRequest) Reset()

func (*CreateEmailConfirmationRequest) Size

func (m *CreateEmailConfirmationRequest) Size() (n int)

func (*CreateEmailConfirmationRequest) String

func (*CreateEmailConfirmationRequest) Unmarshal

func (m *CreateEmailConfirmationRequest) Unmarshal(dAtA []byte) error

func (*CreateEmailConfirmationRequest) Validate

func (this *CreateEmailConfirmationRequest) Validate() error

func (*CreateEmailConfirmationRequest) XXX_DiscardUnknown

func (m *CreateEmailConfirmationRequest) XXX_DiscardUnknown()

func (*CreateEmailConfirmationRequest) XXX_Marshal

func (m *CreateEmailConfirmationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateEmailConfirmationRequest) XXX_Merge

func (m *CreateEmailConfirmationRequest) XXX_Merge(src proto.Message)

func (*CreateEmailConfirmationRequest) XXX_Size

func (m *CreateEmailConfirmationRequest) XXX_Size() int

func (*CreateEmailConfirmationRequest) XXX_Unmarshal

func (m *CreateEmailConfirmationRequest) XXX_Unmarshal(b []byte) error

type CreateInvitationRequest

type CreateInvitationRequest struct {
	Email                string   `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateInvitationRequest) Descriptor

func (*CreateInvitationRequest) Descriptor() ([]byte, []int)

func (*CreateInvitationRequest) GetEmail

func (m *CreateInvitationRequest) GetEmail() string

func (*CreateInvitationRequest) Marshal

func (m *CreateInvitationRequest) Marshal() (dAtA []byte, err error)

func (*CreateInvitationRequest) MarshalTo

func (m *CreateInvitationRequest) MarshalTo(dAtA []byte) (int, error)

func (*CreateInvitationRequest) ProtoMessage

func (*CreateInvitationRequest) ProtoMessage()

func (*CreateInvitationRequest) Reset

func (m *CreateInvitationRequest) Reset()

func (*CreateInvitationRequest) Size

func (m *CreateInvitationRequest) Size() (n int)

func (*CreateInvitationRequest) String

func (m *CreateInvitationRequest) String() string

func (*CreateInvitationRequest) Unmarshal

func (m *CreateInvitationRequest) Unmarshal(dAtA []byte) error

func (*CreateInvitationRequest) Validate

func (this *CreateInvitationRequest) Validate() error

func (*CreateInvitationRequest) XXX_DiscardUnknown

func (m *CreateInvitationRequest) XXX_DiscardUnknown()

func (*CreateInvitationRequest) XXX_Marshal

func (m *CreateInvitationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateInvitationRequest) XXX_Merge

func (m *CreateInvitationRequest) XXX_Merge(src proto.Message)

func (*CreateInvitationRequest) XXX_Size

func (m *CreateInvitationRequest) XXX_Size() int

func (*CreateInvitationRequest) XXX_Unmarshal

func (m *CreateInvitationRequest) XXX_Unmarshal(b []byte) error

type CreatePasswordResetRequest

type CreatePasswordResetRequest struct {
	Email                string   `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreatePasswordResetRequest) Descriptor

func (*CreatePasswordResetRequest) Descriptor() ([]byte, []int)

func (*CreatePasswordResetRequest) GetEmail

func (m *CreatePasswordResetRequest) GetEmail() string

func (*CreatePasswordResetRequest) Marshal

func (m *CreatePasswordResetRequest) Marshal() (dAtA []byte, err error)

func (*CreatePasswordResetRequest) MarshalTo

func (m *CreatePasswordResetRequest) MarshalTo(dAtA []byte) (int, error)

func (*CreatePasswordResetRequest) ProtoMessage

func (*CreatePasswordResetRequest) ProtoMessage()

func (*CreatePasswordResetRequest) Reset

func (m *CreatePasswordResetRequest) Reset()

func (*CreatePasswordResetRequest) Size

func (m *CreatePasswordResetRequest) Size() (n int)

func (*CreatePasswordResetRequest) String

func (m *CreatePasswordResetRequest) String() string

func (*CreatePasswordResetRequest) Unmarshal

func (m *CreatePasswordResetRequest) Unmarshal(dAtA []byte) error

func (*CreatePasswordResetRequest) Validate

func (this *CreatePasswordResetRequest) Validate() error

func (*CreatePasswordResetRequest) XXX_DiscardUnknown

func (m *CreatePasswordResetRequest) XXX_DiscardUnknown()

func (*CreatePasswordResetRequest) XXX_Marshal

func (m *CreatePasswordResetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreatePasswordResetRequest) XXX_Merge

func (m *CreatePasswordResetRequest) XXX_Merge(src proto.Message)

func (*CreatePasswordResetRequest) XXX_Size

func (m *CreatePasswordResetRequest) XXX_Size() int

func (*CreatePasswordResetRequest) XXX_Unmarshal

func (m *CreatePasswordResetRequest) XXX_Unmarshal(b []byte) error

type CreateSessionRequest

type CreateSessionRequest struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Password             string   `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateSessionRequest) Descriptor

func (*CreateSessionRequest) Descriptor() ([]byte, []int)

func (*CreateSessionRequest) GetName

func (m *CreateSessionRequest) GetName() string

func (*CreateSessionRequest) GetPassword

func (m *CreateSessionRequest) GetPassword() string

func (*CreateSessionRequest) Marshal

func (m *CreateSessionRequest) Marshal() (dAtA []byte, err error)

func (*CreateSessionRequest) MarshalTo

func (m *CreateSessionRequest) MarshalTo(dAtA []byte) (int, error)

func (*CreateSessionRequest) ProtoMessage

func (*CreateSessionRequest) ProtoMessage()

func (*CreateSessionRequest) Reset

func (m *CreateSessionRequest) Reset()

func (*CreateSessionRequest) Size

func (m *CreateSessionRequest) Size() (n int)

func (*CreateSessionRequest) String

func (m *CreateSessionRequest) String() string

func (*CreateSessionRequest) Unmarshal

func (m *CreateSessionRequest) Unmarshal(dAtA []byte) error

func (*CreateSessionRequest) Validate

func (this *CreateSessionRequest) Validate() error

func (*CreateSessionRequest) XXX_DiscardUnknown

func (m *CreateSessionRequest) XXX_DiscardUnknown()

func (*CreateSessionRequest) XXX_Marshal

func (m *CreateSessionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateSessionRequest) XXX_Merge

func (m *CreateSessionRequest) XXX_Merge(src proto.Message)

func (*CreateSessionRequest) XXX_Size

func (m *CreateSessionRequest) XXX_Size() int

func (*CreateSessionRequest) XXX_Unmarshal

func (m *CreateSessionRequest) XXX_Unmarshal(b []byte) error

type CreateUserBlogRequest

type CreateUserBlogRequest struct {
	Blog                 *Blog    `protobuf:"bytes,1,opt,name=blog,proto3" json:"blog,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateUserBlogRequest) Descriptor

func (*CreateUserBlogRequest) Descriptor() ([]byte, []int)

func (*CreateUserBlogRequest) GetBlog

func (m *CreateUserBlogRequest) GetBlog() *Blog

func (*CreateUserBlogRequest) Marshal

func (m *CreateUserBlogRequest) Marshal() (dAtA []byte, err error)

func (*CreateUserBlogRequest) MarshalTo

func (m *CreateUserBlogRequest) MarshalTo(dAtA []byte) (int, error)

func (*CreateUserBlogRequest) ProtoMessage

func (*CreateUserBlogRequest) ProtoMessage()

func (*CreateUserBlogRequest) Reset

func (m *CreateUserBlogRequest) Reset()

func (*CreateUserBlogRequest) Size

func (m *CreateUserBlogRequest) Size() (n int)

func (*CreateUserBlogRequest) String

func (m *CreateUserBlogRequest) String() string

func (*CreateUserBlogRequest) Unmarshal

func (m *CreateUserBlogRequest) Unmarshal(dAtA []byte) error

func (*CreateUserBlogRequest) Validate

func (this *CreateUserBlogRequest) Validate() error

func (*CreateUserBlogRequest) XXX_DiscardUnknown

func (m *CreateUserBlogRequest) XXX_DiscardUnknown()

func (*CreateUserBlogRequest) XXX_Marshal

func (m *CreateUserBlogRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateUserBlogRequest) XXX_Merge

func (m *CreateUserBlogRequest) XXX_Merge(src proto.Message)

func (*CreateUserBlogRequest) XXX_Size

func (m *CreateUserBlogRequest) XXX_Size() int

func (*CreateUserBlogRequest) XXX_Unmarshal

func (m *CreateUserBlogRequest) XXX_Unmarshal(b []byte) error

type CreateUserRequest

type CreateUserRequest struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	FullName             string   `protobuf:"bytes,2,opt,name=full_name,json=fullName,proto3" json:"full_name,omitempty"`
	Password             string   `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	RegisterationToken   string   `protobuf:"bytes,4,opt,name=registeration_token,json=registerationToken,proto3" json:"registeration_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateUserRequest) Descriptor

func (*CreateUserRequest) Descriptor() ([]byte, []int)

func (*CreateUserRequest) GetFullName

func (m *CreateUserRequest) GetFullName() string

func (*CreateUserRequest) GetName

func (m *CreateUserRequest) GetName() string

func (*CreateUserRequest) GetPassword

func (m *CreateUserRequest) GetPassword() string

func (*CreateUserRequest) GetRegisterationToken

func (m *CreateUserRequest) GetRegisterationToken() string

func (*CreateUserRequest) Marshal

func (m *CreateUserRequest) Marshal() (dAtA []byte, err error)

func (*CreateUserRequest) MarshalTo

func (m *CreateUserRequest) MarshalTo(dAtA []byte) (int, error)

func (*CreateUserRequest) ProtoMessage

func (*CreateUserRequest) ProtoMessage()

func (*CreateUserRequest) Reset

func (m *CreateUserRequest) Reset()

func (*CreateUserRequest) Size

func (m *CreateUserRequest) Size() (n int)

func (*CreateUserRequest) String

func (m *CreateUserRequest) String() string

func (*CreateUserRequest) Unmarshal

func (m *CreateUserRequest) Unmarshal(dAtA []byte) error

func (*CreateUserRequest) Validate

func (this *CreateUserRequest) Validate() error

func (*CreateUserRequest) XXX_DiscardUnknown

func (m *CreateUserRequest) XXX_DiscardUnknown()

func (*CreateUserRequest) XXX_Marshal

func (m *CreateUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateUserRequest) XXX_Merge

func (m *CreateUserRequest) XXX_Merge(src proto.Message)

func (*CreateUserRequest) XXX_Size

func (m *CreateUserRequest) XXX_Size() int

func (*CreateUserRequest) XXX_Unmarshal

func (m *CreateUserRequest) XXX_Unmarshal(b []byte) error

type DeleteAchievementRequest

type DeleteAchievementRequest struct {
	AchievementId        uint32   `protobuf:"varint,1,opt,name=achievement_id,json=achievementId,proto3" json:"achievement_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteAchievementRequest) Descriptor

func (*DeleteAchievementRequest) Descriptor() ([]byte, []int)

func (*DeleteAchievementRequest) GetAchievementId

func (m *DeleteAchievementRequest) GetAchievementId() uint32

func (*DeleteAchievementRequest) Marshal

func (m *DeleteAchievementRequest) Marshal() (dAtA []byte, err error)

func (*DeleteAchievementRequest) MarshalTo

func (m *DeleteAchievementRequest) MarshalTo(dAtA []byte) (int, error)

func (*DeleteAchievementRequest) ProtoMessage

func (*DeleteAchievementRequest) ProtoMessage()

func (*DeleteAchievementRequest) Reset

func (m *DeleteAchievementRequest) Reset()

func (*DeleteAchievementRequest) Size

func (m *DeleteAchievementRequest) Size() (n int)

func (*DeleteAchievementRequest) String

func (m *DeleteAchievementRequest) String() string

func (*DeleteAchievementRequest) Unmarshal

func (m *DeleteAchievementRequest) Unmarshal(dAtA []byte) error

func (*DeleteAchievementRequest) Validate

func (this *DeleteAchievementRequest) Validate() error

func (*DeleteAchievementRequest) XXX_DiscardUnknown

func (m *DeleteAchievementRequest) XXX_DiscardUnknown()

func (*DeleteAchievementRequest) XXX_Marshal

func (m *DeleteAchievementRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteAchievementRequest) XXX_Merge

func (m *DeleteAchievementRequest) XXX_Merge(src proto.Message)

func (*DeleteAchievementRequest) XXX_Size

func (m *DeleteAchievementRequest) XXX_Size() int

func (*DeleteAchievementRequest) XXX_Unmarshal

func (m *DeleteAchievementRequest) XXX_Unmarshal(b []byte) error

type DeleteInvitationRequest

type DeleteInvitationRequest struct {
	InvitationId         uint32   `protobuf:"varint,1,opt,name=invitation_id,json=invitationId,proto3" json:"invitation_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteInvitationRequest) Descriptor

func (*DeleteInvitationRequest) Descriptor() ([]byte, []int)

func (*DeleteInvitationRequest) GetInvitationId

func (m *DeleteInvitationRequest) GetInvitationId() uint32

func (*DeleteInvitationRequest) Marshal

func (m *DeleteInvitationRequest) Marshal() (dAtA []byte, err error)

func (*DeleteInvitationRequest) MarshalTo

func (m *DeleteInvitationRequest) MarshalTo(dAtA []byte) (int, error)

func (*DeleteInvitationRequest) ProtoMessage

func (*DeleteInvitationRequest) ProtoMessage()

func (*DeleteInvitationRequest) Reset

func (m *DeleteInvitationRequest) Reset()

func (*DeleteInvitationRequest) Size

func (m *DeleteInvitationRequest) Size() (n int)

func (*DeleteInvitationRequest) String

func (m *DeleteInvitationRequest) String() string

func (*DeleteInvitationRequest) Unmarshal

func (m *DeleteInvitationRequest) Unmarshal(dAtA []byte) error

func (*DeleteInvitationRequest) Validate

func (this *DeleteInvitationRequest) Validate() error

func (*DeleteInvitationRequest) XXX_DiscardUnknown

func (m *DeleteInvitationRequest) XXX_DiscardUnknown()

func (*DeleteInvitationRequest) XXX_Marshal

func (m *DeleteInvitationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteInvitationRequest) XXX_Merge

func (m *DeleteInvitationRequest) XXX_Merge(src proto.Message)

func (*DeleteInvitationRequest) XXX_Size

func (m *DeleteInvitationRequest) XXX_Size() int

func (*DeleteInvitationRequest) XXX_Unmarshal

func (m *DeleteInvitationRequest) XXX_Unmarshal(b []byte) error

type DeleteSessionRequest

type DeleteSessionRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteSessionRequest) Descriptor

func (*DeleteSessionRequest) Descriptor() ([]byte, []int)

func (*DeleteSessionRequest) Marshal

func (m *DeleteSessionRequest) Marshal() (dAtA []byte, err error)

func (*DeleteSessionRequest) MarshalTo

func (m *DeleteSessionRequest) MarshalTo(dAtA []byte) (int, error)

func (*DeleteSessionRequest) ProtoMessage

func (*DeleteSessionRequest) ProtoMessage()

func (*DeleteSessionRequest) Reset

func (m *DeleteSessionRequest) Reset()

func (*DeleteSessionRequest) Size

func (m *DeleteSessionRequest) Size() (n int)

func (*DeleteSessionRequest) String

func (m *DeleteSessionRequest) String() string

func (*DeleteSessionRequest) Unmarshal

func (m *DeleteSessionRequest) Unmarshal(dAtA []byte) error

func (*DeleteSessionRequest) Validate

func (this *DeleteSessionRequest) Validate() error

func (*DeleteSessionRequest) XXX_DiscardUnknown

func (m *DeleteSessionRequest) XXX_DiscardUnknown()

func (*DeleteSessionRequest) XXX_Marshal

func (m *DeleteSessionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteSessionRequest) XXX_Merge

func (m *DeleteSessionRequest) XXX_Merge(src proto.Message)

func (*DeleteSessionRequest) XXX_Size

func (m *DeleteSessionRequest) XXX_Size() int

func (*DeleteSessionRequest) XXX_Unmarshal

func (m *DeleteSessionRequest) XXX_Unmarshal(b []byte) error

type DeleteUserBlogRequest

type DeleteUserBlogRequest struct {
	BlogId               uint32   `protobuf:"varint,1,opt,name=blog_id,json=blogId,proto3" json:"blog_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteUserBlogRequest) Descriptor

func (*DeleteUserBlogRequest) Descriptor() ([]byte, []int)

func (*DeleteUserBlogRequest) GetBlogId

func (m *DeleteUserBlogRequest) GetBlogId() uint32

func (*DeleteUserBlogRequest) Marshal

func (m *DeleteUserBlogRequest) Marshal() (dAtA []byte, err error)

func (*DeleteUserBlogRequest) MarshalTo

func (m *DeleteUserBlogRequest) MarshalTo(dAtA []byte) (int, error)

func (*DeleteUserBlogRequest) ProtoMessage

func (*DeleteUserBlogRequest) ProtoMessage()

func (*DeleteUserBlogRequest) Reset

func (m *DeleteUserBlogRequest) Reset()

func (*DeleteUserBlogRequest) Size

func (m *DeleteUserBlogRequest) Size() (n int)

func (*DeleteUserBlogRequest) String

func (m *DeleteUserBlogRequest) String() string

func (*DeleteUserBlogRequest) Unmarshal

func (m *DeleteUserBlogRequest) Unmarshal(dAtA []byte) error

func (*DeleteUserBlogRequest) Validate

func (this *DeleteUserBlogRequest) Validate() error

func (*DeleteUserBlogRequest) XXX_DiscardUnknown

func (m *DeleteUserBlogRequest) XXX_DiscardUnknown()

func (*DeleteUserBlogRequest) XXX_Marshal

func (m *DeleteUserBlogRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteUserBlogRequest) XXX_Merge

func (m *DeleteUserBlogRequest) XXX_Merge(src proto.Message)

func (*DeleteUserBlogRequest) XXX_Size

func (m *DeleteUserBlogRequest) XXX_Size() int

func (*DeleteUserBlogRequest) XXX_Unmarshal

func (m *DeleteUserBlogRequest) XXX_Unmarshal(b []byte) error

type Department

type Department struct {
	DepartmentId         uint32   `protobuf:"varint,1,opt,name=department_id,json=departmentId,proto3" json:"department_id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ShortName            string   `protobuf:"bytes,3,opt,name=short_name,json=shortName,proto3" json:"short_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Department) Descriptor

func (*Department) Descriptor() ([]byte, []int)

func (*Department) GetDepartmentId

func (m *Department) GetDepartmentId() uint32

func (*Department) GetName

func (m *Department) GetName() string

func (*Department) GetShortName

func (m *Department) GetShortName() string

func (*Department) Marshal

func (m *Department) Marshal() (dAtA []byte, err error)

func (*Department) MarshalTo

func (m *Department) MarshalTo(dAtA []byte) (int, error)

func (*Department) ProtoMessage

func (*Department) ProtoMessage()

func (*Department) Reset

func (m *Department) Reset()

func (*Department) Size

func (m *Department) Size() (n int)

func (*Department) String

func (m *Department) String() string

func (*Department) Unmarshal

func (m *Department) Unmarshal(dAtA []byte) error

func (*Department) Validate

func (this *Department) Validate() error

func (*Department) XXX_DiscardUnknown

func (m *Department) XXX_DiscardUnknown()

func (*Department) XXX_Marshal

func (m *Department) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Department) XXX_Merge

func (m *Department) XXX_Merge(src proto.Message)

func (*Department) XXX_Size

func (m *Department) XXX_Size() int

func (*Department) XXX_Unmarshal

func (m *Department) XXX_Unmarshal(b []byte) error

type DepartmentServiceClient

type DepartmentServiceClient interface {
	ListDepartments(ctx context.Context, in *ListDepartmentsRequest, opts ...grpc.CallOption) (*ListDepartmentsResponse, error)
	GetDepartment(ctx context.Context, in *GetDepartmentRequest, opts ...grpc.CallOption) (*Department, error)
}

DepartmentServiceClient is the client API for DepartmentService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewDepartmentServiceClient

func NewDepartmentServiceClient(cc *grpc.ClientConn) DepartmentServiceClient

type DepartmentServiceServer

type DepartmentServiceServer interface {
	ListDepartments(context.Context, *ListDepartmentsRequest) (*ListDepartmentsResponse, error)
	GetDepartment(context.Context, *GetDepartmentRequest) (*Department, error)
}

DepartmentServiceServer is the server API for DepartmentService service.

type EmailConfirmationServiceClient

type EmailConfirmationServiceClient interface {
	CreateEmailConfirmation(ctx context.Context, in *CreateEmailConfirmationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	ConfirmEmail(ctx context.Context, in *ConfirmEmailRequest, opts ...grpc.CallOption) (*empty.Empty, error)
}

EmailConfirmationServiceClient is the client API for EmailConfirmationService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewEmailConfirmationServiceClient

func NewEmailConfirmationServiceClient(cc *grpc.ClientConn) EmailConfirmationServiceClient

type EmailConfirmationServiceServer

type EmailConfirmationServiceServer interface {
	CreateEmailConfirmation(context.Context, *CreateEmailConfirmationRequest) (*empty.Empty, error)
	ConfirmEmail(context.Context, *ConfirmEmailRequest) (*empty.Empty, error)
}

EmailConfirmationServiceServer is the server API for EmailConfirmationService service.

type Entry

type Entry struct {
	EntryId              uint32           `protobuf:"varint,1,opt,name=entry_id,json=entryId,proto3" json:"entry_id,omitempty"`
	Title                string           `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Description          string           `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Content              string           `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"`
	Link                 string           `protobuf:"bytes,5,opt,name=link,proto3" json:"link,omitempty"`
	Author               *User            `protobuf:"bytes,6,opt,name=author,proto3" json:"author,omitempty"`
	ImageUrl             string           `protobuf:"bytes,7,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"`
	PublishedAt          *types.Timestamp `protobuf:"bytes,8,opt,name=published_at,json=publishedAt,proto3" json:"published_at,omitempty"`
	UpdatedAt            *types.Timestamp `protobuf:"bytes,9,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Blog                 *Blog            `protobuf:"bytes,10,opt,name=blog,proto3" json:"blog,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*Entry) Descriptor

func (*Entry) Descriptor() ([]byte, []int)

func (*Entry) GetAuthor

func (m *Entry) GetAuthor() *User

func (*Entry) GetBlog

func (m *Entry) GetBlog() *Blog

func (*Entry) GetContent

func (m *Entry) GetContent() string

func (*Entry) GetDescription

func (m *Entry) GetDescription() string

func (*Entry) GetEntryId

func (m *Entry) GetEntryId() uint32

func (*Entry) GetImageUrl

func (m *Entry) GetImageUrl() string
func (m *Entry) GetLink() string

func (*Entry) GetPublishedAt

func (m *Entry) GetPublishedAt() *types.Timestamp

func (*Entry) GetTitle

func (m *Entry) GetTitle() string

func (*Entry) GetUpdatedAt

func (m *Entry) GetUpdatedAt() *types.Timestamp

func (*Entry) Marshal

func (m *Entry) Marshal() (dAtA []byte, err error)

func (*Entry) MarshalTo

func (m *Entry) MarshalTo(dAtA []byte) (int, error)

func (*Entry) ProtoMessage

func (*Entry) ProtoMessage()

func (*Entry) Reset

func (m *Entry) Reset()

func (*Entry) Size

func (m *Entry) Size() (n int)

func (*Entry) String

func (m *Entry) String() string

func (*Entry) Unmarshal

func (m *Entry) Unmarshal(dAtA []byte) error

func (*Entry) Validate

func (this *Entry) Validate() error

func (*Entry) XXX_DiscardUnknown

func (m *Entry) XXX_DiscardUnknown()

func (*Entry) XXX_Marshal

func (m *Entry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Entry) XXX_Merge

func (m *Entry) XXX_Merge(src proto.Message)

func (*Entry) XXX_Size

func (m *Entry) XXX_Size() int

func (*Entry) XXX_Unmarshal

func (m *Entry) XXX_Unmarshal(b []byte) error

type EntryServiceClient

type EntryServiceClient interface {
	ListPublicEntries(ctx context.Context, in *ListEntriesRequest, opts ...grpc.CallOption) (*ListEntriesResponse, error)
}

EntryServiceClient is the client API for EntryService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewEntryServiceClient

func NewEntryServiceClient(cc *grpc.ClientConn) EntryServiceClient

type EntryServiceServer

type EntryServiceServer interface {
	ListPublicEntries(context.Context, *ListEntriesRequest) (*ListEntriesResponse, error)
}

EntryServiceServer is the server API for EntryService service.

type FindFeedURLRequest

type FindFeedURLRequest struct {
	Url                  string   `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FindFeedURLRequest) Descriptor

func (*FindFeedURLRequest) Descriptor() ([]byte, []int)

func (*FindFeedURLRequest) GetUrl

func (m *FindFeedURLRequest) GetUrl() string

func (*FindFeedURLRequest) Marshal

func (m *FindFeedURLRequest) Marshal() (dAtA []byte, err error)

func (*FindFeedURLRequest) MarshalTo

func (m *FindFeedURLRequest) MarshalTo(dAtA []byte) (int, error)

func (*FindFeedURLRequest) ProtoMessage

func (*FindFeedURLRequest) ProtoMessage()

func (*FindFeedURLRequest) Reset

func (m *FindFeedURLRequest) Reset()

func (*FindFeedURLRequest) Size

func (m *FindFeedURLRequest) Size() (n int)

func (*FindFeedURLRequest) String

func (m *FindFeedURLRequest) String() string

func (*FindFeedURLRequest) Unmarshal

func (m *FindFeedURLRequest) Unmarshal(dAtA []byte) error

func (*FindFeedURLRequest) Validate

func (this *FindFeedURLRequest) Validate() error

func (*FindFeedURLRequest) XXX_DiscardUnknown

func (m *FindFeedURLRequest) XXX_DiscardUnknown()

func (*FindFeedURLRequest) XXX_Marshal

func (m *FindFeedURLRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FindFeedURLRequest) XXX_Merge

func (m *FindFeedURLRequest) XXX_Merge(src proto.Message)

func (*FindFeedURLRequest) XXX_Size

func (m *FindFeedURLRequest) XXX_Size() int

func (*FindFeedURLRequest) XXX_Unmarshal

func (m *FindFeedURLRequest) XXX_Unmarshal(b []byte) error

type GetAchievementRequest

type GetAchievementRequest struct {
	AchievementId        uint32   `protobuf:"varint,1,opt,name=achievement_id,json=achievementId,proto3" json:"achievement_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetAchievementRequest) Descriptor

func (*GetAchievementRequest) Descriptor() ([]byte, []int)

func (*GetAchievementRequest) GetAchievementId

func (m *GetAchievementRequest) GetAchievementId() uint32

func (*GetAchievementRequest) Marshal

func (m *GetAchievementRequest) Marshal() (dAtA []byte, err error)

func (*GetAchievementRequest) MarshalTo

func (m *GetAchievementRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetAchievementRequest) ProtoMessage

func (*GetAchievementRequest) ProtoMessage()

func (*GetAchievementRequest) Reset

func (m *GetAchievementRequest) Reset()

func (*GetAchievementRequest) Size

func (m *GetAchievementRequest) Size() (n int)

func (*GetAchievementRequest) String

func (m *GetAchievementRequest) String() string

func (*GetAchievementRequest) Unmarshal

func (m *GetAchievementRequest) Unmarshal(dAtA []byte) error

func (*GetAchievementRequest) Validate

func (this *GetAchievementRequest) Validate() error

func (*GetAchievementRequest) XXX_DiscardUnknown

func (m *GetAchievementRequest) XXX_DiscardUnknown()

func (*GetAchievementRequest) XXX_Marshal

func (m *GetAchievementRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetAchievementRequest) XXX_Merge

func (m *GetAchievementRequest) XXX_Merge(src proto.Message)

func (*GetAchievementRequest) XXX_Size

func (m *GetAchievementRequest) XXX_Size() int

func (*GetAchievementRequest) XXX_Unmarshal

func (m *GetAchievementRequest) XXX_Unmarshal(b []byte) error

type GetCurrentUserRequest

type GetCurrentUserRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetCurrentUserRequest) Descriptor

func (*GetCurrentUserRequest) Descriptor() ([]byte, []int)

func (*GetCurrentUserRequest) Marshal

func (m *GetCurrentUserRequest) Marshal() (dAtA []byte, err error)

func (*GetCurrentUserRequest) MarshalTo

func (m *GetCurrentUserRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetCurrentUserRequest) ProtoMessage

func (*GetCurrentUserRequest) ProtoMessage()

func (*GetCurrentUserRequest) Reset

func (m *GetCurrentUserRequest) Reset()

func (*GetCurrentUserRequest) Size

func (m *GetCurrentUserRequest) Size() (n int)

func (*GetCurrentUserRequest) String

func (m *GetCurrentUserRequest) String() string

func (*GetCurrentUserRequest) Unmarshal

func (m *GetCurrentUserRequest) Unmarshal(dAtA []byte) error

func (*GetCurrentUserRequest) Validate

func (this *GetCurrentUserRequest) Validate() error

func (*GetCurrentUserRequest) XXX_DiscardUnknown

func (m *GetCurrentUserRequest) XXX_DiscardUnknown()

func (*GetCurrentUserRequest) XXX_Marshal

func (m *GetCurrentUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetCurrentUserRequest) XXX_Merge

func (m *GetCurrentUserRequest) XXX_Merge(src proto.Message)

func (*GetCurrentUserRequest) XXX_Size

func (m *GetCurrentUserRequest) XXX_Size() int

func (*GetCurrentUserRequest) XXX_Unmarshal

func (m *GetCurrentUserRequest) XXX_Unmarshal(b []byte) error

type GetDepartmentRequest

type GetDepartmentRequest struct {
	DepartmentId         uint32   `protobuf:"varint,1,opt,name=department_id,json=departmentId,proto3" json:"department_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDepartmentRequest) Descriptor

func (*GetDepartmentRequest) Descriptor() ([]byte, []int)

func (*GetDepartmentRequest) GetDepartmentId

func (m *GetDepartmentRequest) GetDepartmentId() uint32

func (*GetDepartmentRequest) Marshal

func (m *GetDepartmentRequest) Marshal() (dAtA []byte, err error)

func (*GetDepartmentRequest) MarshalTo

func (m *GetDepartmentRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetDepartmentRequest) ProtoMessage

func (*GetDepartmentRequest) ProtoMessage()

func (*GetDepartmentRequest) Reset

func (m *GetDepartmentRequest) Reset()

func (*GetDepartmentRequest) Size

func (m *GetDepartmentRequest) Size() (n int)

func (*GetDepartmentRequest) String

func (m *GetDepartmentRequest) String() string

func (*GetDepartmentRequest) Unmarshal

func (m *GetDepartmentRequest) Unmarshal(dAtA []byte) error

func (*GetDepartmentRequest) Validate

func (this *GetDepartmentRequest) Validate() error

func (*GetDepartmentRequest) XXX_DiscardUnknown

func (m *GetDepartmentRequest) XXX_DiscardUnknown()

func (*GetDepartmentRequest) XXX_Marshal

func (m *GetDepartmentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDepartmentRequest) XXX_Merge

func (m *GetDepartmentRequest) XXX_Merge(src proto.Message)

func (*GetDepartmentRequest) XXX_Size

func (m *GetDepartmentRequest) XXX_Size() int

func (*GetDepartmentRequest) XXX_Unmarshal

func (m *GetDepartmentRequest) XXX_Unmarshal(b []byte) error

type GetInvitationRequest

type GetInvitationRequest struct {
	Token                string   `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetInvitationRequest) Descriptor

func (*GetInvitationRequest) Descriptor() ([]byte, []int)

func (*GetInvitationRequest) GetToken

func (m *GetInvitationRequest) GetToken() string

func (*GetInvitationRequest) Marshal

func (m *GetInvitationRequest) Marshal() (dAtA []byte, err error)

func (*GetInvitationRequest) MarshalTo

func (m *GetInvitationRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetInvitationRequest) ProtoMessage

func (*GetInvitationRequest) ProtoMessage()

func (*GetInvitationRequest) Reset

func (m *GetInvitationRequest) Reset()

func (*GetInvitationRequest) Size

func (m *GetInvitationRequest) Size() (n int)

func (*GetInvitationRequest) String

func (m *GetInvitationRequest) String() string

func (*GetInvitationRequest) Unmarshal

func (m *GetInvitationRequest) Unmarshal(dAtA []byte) error

func (*GetInvitationRequest) Validate

func (this *GetInvitationRequest) Validate() error

func (*GetInvitationRequest) XXX_DiscardUnknown

func (m *GetInvitationRequest) XXX_DiscardUnknown()

func (*GetInvitationRequest) XXX_Marshal

func (m *GetInvitationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetInvitationRequest) XXX_Merge

func (m *GetInvitationRequest) XXX_Merge(src proto.Message)

func (*GetInvitationRequest) XXX_Size

func (m *GetInvitationRequest) XXX_Size() int

func (*GetInvitationRequest) XXX_Unmarshal

func (m *GetInvitationRequest) XXX_Unmarshal(b []byte) error

type GetPasswordResetRequest

type GetPasswordResetRequest struct {
	Token                string   `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	Email                string   `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetPasswordResetRequest) Descriptor

func (*GetPasswordResetRequest) Descriptor() ([]byte, []int)

func (*GetPasswordResetRequest) GetEmail

func (m *GetPasswordResetRequest) GetEmail() string

func (*GetPasswordResetRequest) GetToken

func (m *GetPasswordResetRequest) GetToken() string

func (*GetPasswordResetRequest) Marshal

func (m *GetPasswordResetRequest) Marshal() (dAtA []byte, err error)

func (*GetPasswordResetRequest) MarshalTo

func (m *GetPasswordResetRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetPasswordResetRequest) ProtoMessage

func (*GetPasswordResetRequest) ProtoMessage()

func (*GetPasswordResetRequest) Reset

func (m *GetPasswordResetRequest) Reset()

func (*GetPasswordResetRequest) Size

func (m *GetPasswordResetRequest) Size() (n int)

func (*GetPasswordResetRequest) String

func (m *GetPasswordResetRequest) String() string

func (*GetPasswordResetRequest) Unmarshal

func (m *GetPasswordResetRequest) Unmarshal(dAtA []byte) error

func (*GetPasswordResetRequest) Validate

func (this *GetPasswordResetRequest) Validate() error

func (*GetPasswordResetRequest) XXX_DiscardUnknown

func (m *GetPasswordResetRequest) XXX_DiscardUnknown()

func (*GetPasswordResetRequest) XXX_Marshal

func (m *GetPasswordResetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetPasswordResetRequest) XXX_Merge

func (m *GetPasswordResetRequest) XXX_Merge(src proto.Message)

func (*GetPasswordResetRequest) XXX_Size

func (m *GetPasswordResetRequest) XXX_Size() int

func (*GetPasswordResetRequest) XXX_Unmarshal

func (m *GetPasswordResetRequest) XXX_Unmarshal(b []byte) error

type GetRoleRequest

type GetRoleRequest struct {
	RoleId               uint32   `protobuf:"varint,1,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetRoleRequest) Descriptor

func (*GetRoleRequest) Descriptor() ([]byte, []int)

func (*GetRoleRequest) GetRoleId

func (m *GetRoleRequest) GetRoleId() uint32

func (*GetRoleRequest) Marshal

func (m *GetRoleRequest) Marshal() (dAtA []byte, err error)

func (*GetRoleRequest) MarshalTo

func (m *GetRoleRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetRoleRequest) ProtoMessage

func (*GetRoleRequest) ProtoMessage()

func (*GetRoleRequest) Reset

func (m *GetRoleRequest) Reset()

func (*GetRoleRequest) Size

func (m *GetRoleRequest) Size() (n int)

func (*GetRoleRequest) String

func (m *GetRoleRequest) String() string

func (*GetRoleRequest) Unmarshal

func (m *GetRoleRequest) Unmarshal(dAtA []byte) error

func (*GetRoleRequest) Validate

func (this *GetRoleRequest) Validate() error

func (*GetRoleRequest) XXX_DiscardUnknown

func (m *GetRoleRequest) XXX_DiscardUnknown()

func (*GetRoleRequest) XXX_Marshal

func (m *GetRoleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetRoleRequest) XXX_Merge

func (m *GetRoleRequest) XXX_Merge(src proto.Message)

func (*GetRoleRequest) XXX_Size

func (m *GetRoleRequest) XXX_Size() int

func (*GetRoleRequest) XXX_Unmarshal

func (m *GetRoleRequest) XXX_Unmarshal(b []byte) error

type GetSessionRequest

type GetSessionRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetSessionRequest) Descriptor

func (*GetSessionRequest) Descriptor() ([]byte, []int)

func (*GetSessionRequest) Marshal

func (m *GetSessionRequest) Marshal() (dAtA []byte, err error)

func (*GetSessionRequest) MarshalTo

func (m *GetSessionRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetSessionRequest) ProtoMessage

func (*GetSessionRequest) ProtoMessage()

func (*GetSessionRequest) Reset

func (m *GetSessionRequest) Reset()

func (*GetSessionRequest) Size

func (m *GetSessionRequest) Size() (n int)

func (*GetSessionRequest) String

func (m *GetSessionRequest) String() string

func (*GetSessionRequest) Unmarshal

func (m *GetSessionRequest) Unmarshal(dAtA []byte) error

func (*GetSessionRequest) Validate

func (this *GetSessionRequest) Validate() error

func (*GetSessionRequest) XXX_DiscardUnknown

func (m *GetSessionRequest) XXX_DiscardUnknown()

func (*GetSessionRequest) XXX_Marshal

func (m *GetSessionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSessionRequest) XXX_Merge

func (m *GetSessionRequest) XXX_Merge(src proto.Message)

func (*GetSessionRequest) XXX_Size

func (m *GetSessionRequest) XXX_Size() int

func (*GetSessionRequest) XXX_Unmarshal

func (m *GetSessionRequest) XXX_Unmarshal(b []byte) error

type GetUserRequest

type GetUserRequest struct {
	UserName             string   `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetUserRequest) Descriptor

func (*GetUserRequest) Descriptor() ([]byte, []int)

func (*GetUserRequest) GetUserName

func (m *GetUserRequest) GetUserName() string

func (*GetUserRequest) Marshal

func (m *GetUserRequest) Marshal() (dAtA []byte, err error)

func (*GetUserRequest) MarshalTo

func (m *GetUserRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetUserRequest) ProtoMessage

func (*GetUserRequest) ProtoMessage()

func (*GetUserRequest) Reset

func (m *GetUserRequest) Reset()

func (*GetUserRequest) Size

func (m *GetUserRequest) Size() (n int)

func (*GetUserRequest) String

func (m *GetUserRequest) String() string

func (*GetUserRequest) Unmarshal

func (m *GetUserRequest) Unmarshal(dAtA []byte) error

func (*GetUserRequest) Validate

func (this *GetUserRequest) Validate() error

func (*GetUserRequest) XXX_DiscardUnknown

func (m *GetUserRequest) XXX_DiscardUnknown()

func (*GetUserRequest) XXX_Marshal

func (m *GetUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserRequest) XXX_Merge

func (m *GetUserRequest) XXX_Merge(src proto.Message)

func (*GetUserRequest) XXX_Size

func (m *GetUserRequest) XXX_Size() int

func (*GetUserRequest) XXX_Unmarshal

func (m *GetUserRequest) XXX_Unmarshal(b []byte) error

type Invitation

type Invitation struct {
	InvitationId         uint32   `protobuf:"varint,1,opt,name=invitation_id,json=invitationId,proto3" json:"invitation_id,omitempty"`
	Email                string   `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Invitation) Descriptor

func (*Invitation) Descriptor() ([]byte, []int)

func (*Invitation) GetEmail

func (m *Invitation) GetEmail() string

func (*Invitation) GetInvitationId

func (m *Invitation) GetInvitationId() uint32

func (*Invitation) Marshal

func (m *Invitation) Marshal() (dAtA []byte, err error)

func (*Invitation) MarshalTo

func (m *Invitation) MarshalTo(dAtA []byte) (int, error)

func (*Invitation) ProtoMessage

func (*Invitation) ProtoMessage()

func (*Invitation) Reset

func (m *Invitation) Reset()

func (*Invitation) Size

func (m *Invitation) Size() (n int)

func (*Invitation) String

func (m *Invitation) String() string

func (*Invitation) Unmarshal

func (m *Invitation) Unmarshal(dAtA []byte) error

func (*Invitation) Validate

func (this *Invitation) Validate() error

func (*Invitation) XXX_DiscardUnknown

func (m *Invitation) XXX_DiscardUnknown()

func (*Invitation) XXX_Marshal

func (m *Invitation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Invitation) XXX_Merge

func (m *Invitation) XXX_Merge(src proto.Message)

func (*Invitation) XXX_Size

func (m *Invitation) XXX_Size() int

func (*Invitation) XXX_Unmarshal

func (m *Invitation) XXX_Unmarshal(b []byte) error

type InvitationServiceClient

type InvitationServiceClient interface {
	ListInvitations(ctx context.Context, in *ListInvitationsRequest, opts ...grpc.CallOption) (*ListInvitationsResponse, error)
	GetInvitation(ctx context.Context, in *GetInvitationRequest, opts ...grpc.CallOption) (*Invitation, error)
	CreateInvitation(ctx context.Context, in *CreateInvitationRequest, opts ...grpc.CallOption) (*Invitation, error)
	DeleteInvitation(ctx context.Context, in *DeleteInvitationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
}

InvitationServiceClient is the client API for InvitationService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewInvitationServiceClient

func NewInvitationServiceClient(cc *grpc.ClientConn) InvitationServiceClient

type InvitationServiceServer

type InvitationServiceServer interface {
	ListInvitations(context.Context, *ListInvitationsRequest) (*ListInvitationsResponse, error)
	GetInvitation(context.Context, *GetInvitationRequest) (*Invitation, error)
	CreateInvitation(context.Context, *CreateInvitationRequest) (*Invitation, error)
	DeleteInvitation(context.Context, *DeleteInvitationRequest) (*empty.Empty, error)
}

InvitationServiceServer is the server API for InvitationService service.

type ListAchievementsRequest

type ListAchievementsRequest struct {
	PageToken            string   `protobuf:"bytes,1,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	PageSize             int32    `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListAchievementsRequest) Descriptor

func (*ListAchievementsRequest) Descriptor() ([]byte, []int)

func (*ListAchievementsRequest) GetPageSize

func (m *ListAchievementsRequest) GetPageSize() int32

func (*ListAchievementsRequest) GetPageToken

func (m *ListAchievementsRequest) GetPageToken() string

func (*ListAchievementsRequest) Marshal

func (m *ListAchievementsRequest) Marshal() (dAtA []byte, err error)

func (*ListAchievementsRequest) MarshalTo

func (m *ListAchievementsRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListAchievementsRequest) ProtoMessage

func (*ListAchievementsRequest) ProtoMessage()

func (*ListAchievementsRequest) Reset

func (m *ListAchievementsRequest) Reset()

func (*ListAchievementsRequest) Size

func (m *ListAchievementsRequest) Size() (n int)

func (*ListAchievementsRequest) String

func (m *ListAchievementsRequest) String() string

func (*ListAchievementsRequest) Unmarshal

func (m *ListAchievementsRequest) Unmarshal(dAtA []byte) error

func (*ListAchievementsRequest) Validate

func (this *ListAchievementsRequest) Validate() error

func (*ListAchievementsRequest) XXX_DiscardUnknown

func (m *ListAchievementsRequest) XXX_DiscardUnknown()

func (*ListAchievementsRequest) XXX_Marshal

func (m *ListAchievementsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListAchievementsRequest) XXX_Merge

func (m *ListAchievementsRequest) XXX_Merge(src proto.Message)

func (*ListAchievementsRequest) XXX_Size

func (m *ListAchievementsRequest) XXX_Size() int

func (*ListAchievementsRequest) XXX_Unmarshal

func (m *ListAchievementsRequest) XXX_Unmarshal(b []byte) error

type ListAchievementsResponse

type ListAchievementsResponse struct {
	Achievements         []*Achievement `protobuf:"bytes,1,rep,name=achievements,proto3" json:"achievements,omitempty"`
	NextPageToken        string         `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ListAchievementsResponse) Descriptor

func (*ListAchievementsResponse) Descriptor() ([]byte, []int)

func (*ListAchievementsResponse) GetAchievements

func (m *ListAchievementsResponse) GetAchievements() []*Achievement

func (*ListAchievementsResponse) GetNextPageToken

func (m *ListAchievementsResponse) GetNextPageToken() string

func (*ListAchievementsResponse) Marshal

func (m *ListAchievementsResponse) Marshal() (dAtA []byte, err error)

func (*ListAchievementsResponse) MarshalTo

func (m *ListAchievementsResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListAchievementsResponse) ProtoMessage

func (*ListAchievementsResponse) ProtoMessage()

func (*ListAchievementsResponse) Reset

func (m *ListAchievementsResponse) Reset()

func (*ListAchievementsResponse) Size

func (m *ListAchievementsResponse) Size() (n int)

func (*ListAchievementsResponse) String

func (m *ListAchievementsResponse) String() string

func (*ListAchievementsResponse) Unmarshal

func (m *ListAchievementsResponse) Unmarshal(dAtA []byte) error

func (*ListAchievementsResponse) Validate

func (this *ListAchievementsResponse) Validate() error

func (*ListAchievementsResponse) XXX_DiscardUnknown

func (m *ListAchievementsResponse) XXX_DiscardUnknown()

func (*ListAchievementsResponse) XXX_Marshal

func (m *ListAchievementsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListAchievementsResponse) XXX_Merge

func (m *ListAchievementsResponse) XXX_Merge(src proto.Message)

func (*ListAchievementsResponse) XXX_Size

func (m *ListAchievementsResponse) XXX_Size() int

func (*ListAchievementsResponse) XXX_Unmarshal

func (m *ListAchievementsResponse) XXX_Unmarshal(b []byte) error

type ListContributionCollectionsRequest

type ListContributionCollectionsRequest struct {
	UsersCount           int32    `protobuf:"varint,1,opt,name=users_count,json=usersCount,proto3" json:"users_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListContributionCollectionsRequest) Descriptor

func (*ListContributionCollectionsRequest) Descriptor() ([]byte, []int)

func (*ListContributionCollectionsRequest) GetUsersCount

func (m *ListContributionCollectionsRequest) GetUsersCount() int32

func (*ListContributionCollectionsRequest) Marshal

func (m *ListContributionCollectionsRequest) Marshal() (dAtA []byte, err error)

func (*ListContributionCollectionsRequest) MarshalTo

func (m *ListContributionCollectionsRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListContributionCollectionsRequest) ProtoMessage

func (*ListContributionCollectionsRequest) ProtoMessage()

func (*ListContributionCollectionsRequest) Reset

func (*ListContributionCollectionsRequest) Size

func (*ListContributionCollectionsRequest) String

func (*ListContributionCollectionsRequest) Unmarshal

func (m *ListContributionCollectionsRequest) Unmarshal(dAtA []byte) error

func (*ListContributionCollectionsRequest) Validate

func (this *ListContributionCollectionsRequest) Validate() error

func (*ListContributionCollectionsRequest) XXX_DiscardUnknown

func (m *ListContributionCollectionsRequest) XXX_DiscardUnknown()

func (*ListContributionCollectionsRequest) XXX_Marshal

func (m *ListContributionCollectionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListContributionCollectionsRequest) XXX_Merge

func (*ListContributionCollectionsRequest) XXX_Size

func (*ListContributionCollectionsRequest) XXX_Unmarshal

func (m *ListContributionCollectionsRequest) XXX_Unmarshal(b []byte) error

type ListContributionCollectionsResponse

type ListContributionCollectionsResponse struct {
	ContributionCollections []*ContributionCollection `` /* 130-byte string literal not displayed */
	XXX_NoUnkeyedLiteral    struct{}                  `json:"-"`
	XXX_unrecognized        []byte                    `json:"-"`
	XXX_sizecache           int32                     `json:"-"`
}

func (*ListContributionCollectionsResponse) Descriptor

func (*ListContributionCollectionsResponse) Descriptor() ([]byte, []int)

func (*ListContributionCollectionsResponse) GetContributionCollections

func (m *ListContributionCollectionsResponse) GetContributionCollections() []*ContributionCollection

func (*ListContributionCollectionsResponse) Marshal

func (m *ListContributionCollectionsResponse) Marshal() (dAtA []byte, err error)

func (*ListContributionCollectionsResponse) MarshalTo

func (m *ListContributionCollectionsResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListContributionCollectionsResponse) ProtoMessage

func (*ListContributionCollectionsResponse) ProtoMessage()

func (*ListContributionCollectionsResponse) Reset

func (*ListContributionCollectionsResponse) Size

func (*ListContributionCollectionsResponse) String

func (*ListContributionCollectionsResponse) Unmarshal

func (m *ListContributionCollectionsResponse) Unmarshal(dAtA []byte) error

func (*ListContributionCollectionsResponse) Validate

func (this *ListContributionCollectionsResponse) Validate() error

func (*ListContributionCollectionsResponse) XXX_DiscardUnknown

func (m *ListContributionCollectionsResponse) XXX_DiscardUnknown()

func (*ListContributionCollectionsResponse) XXX_Marshal

func (m *ListContributionCollectionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListContributionCollectionsResponse) XXX_Merge

func (*ListContributionCollectionsResponse) XXX_Size

func (*ListContributionCollectionsResponse) XXX_Unmarshal

func (m *ListContributionCollectionsResponse) XXX_Unmarshal(b []byte) error

type ListDepartmentsRequest

type ListDepartmentsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListDepartmentsRequest) Descriptor

func (*ListDepartmentsRequest) Descriptor() ([]byte, []int)

func (*ListDepartmentsRequest) Marshal

func (m *ListDepartmentsRequest) Marshal() (dAtA []byte, err error)

func (*ListDepartmentsRequest) MarshalTo

func (m *ListDepartmentsRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListDepartmentsRequest) ProtoMessage

func (*ListDepartmentsRequest) ProtoMessage()

func (*ListDepartmentsRequest) Reset

func (m *ListDepartmentsRequest) Reset()

func (*ListDepartmentsRequest) Size

func (m *ListDepartmentsRequest) Size() (n int)

func (*ListDepartmentsRequest) String

func (m *ListDepartmentsRequest) String() string

func (*ListDepartmentsRequest) Unmarshal

func (m *ListDepartmentsRequest) Unmarshal(dAtA []byte) error

func (*ListDepartmentsRequest) Validate

func (this *ListDepartmentsRequest) Validate() error

func (*ListDepartmentsRequest) XXX_DiscardUnknown

func (m *ListDepartmentsRequest) XXX_DiscardUnknown()

func (*ListDepartmentsRequest) XXX_Marshal

func (m *ListDepartmentsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDepartmentsRequest) XXX_Merge

func (m *ListDepartmentsRequest) XXX_Merge(src proto.Message)

func (*ListDepartmentsRequest) XXX_Size

func (m *ListDepartmentsRequest) XXX_Size() int

func (*ListDepartmentsRequest) XXX_Unmarshal

func (m *ListDepartmentsRequest) XXX_Unmarshal(b []byte) error

type ListDepartmentsResponse

type ListDepartmentsResponse struct {
	Departments          []*Department `protobuf:"bytes,1,rep,name=departments,proto3" json:"departments,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ListDepartmentsResponse) Descriptor

func (*ListDepartmentsResponse) Descriptor() ([]byte, []int)

func (*ListDepartmentsResponse) GetDepartments

func (m *ListDepartmentsResponse) GetDepartments() []*Department

func (*ListDepartmentsResponse) Marshal

func (m *ListDepartmentsResponse) Marshal() (dAtA []byte, err error)

func (*ListDepartmentsResponse) MarshalTo

func (m *ListDepartmentsResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListDepartmentsResponse) ProtoMessage

func (*ListDepartmentsResponse) ProtoMessage()

func (*ListDepartmentsResponse) Reset

func (m *ListDepartmentsResponse) Reset()

func (*ListDepartmentsResponse) Size

func (m *ListDepartmentsResponse) Size() (n int)

func (*ListDepartmentsResponse) String

func (m *ListDepartmentsResponse) String() string

func (*ListDepartmentsResponse) Unmarshal

func (m *ListDepartmentsResponse) Unmarshal(dAtA []byte) error

func (*ListDepartmentsResponse) Validate

func (this *ListDepartmentsResponse) Validate() error

func (*ListDepartmentsResponse) XXX_DiscardUnknown

func (m *ListDepartmentsResponse) XXX_DiscardUnknown()

func (*ListDepartmentsResponse) XXX_Marshal

func (m *ListDepartmentsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDepartmentsResponse) XXX_Merge

func (m *ListDepartmentsResponse) XXX_Merge(src proto.Message)

func (*ListDepartmentsResponse) XXX_Size

func (m *ListDepartmentsResponse) XXX_Size() int

func (*ListDepartmentsResponse) XXX_Unmarshal

func (m *ListDepartmentsResponse) XXX_Unmarshal(b []byte) error

type ListEntriesRequest

type ListEntriesRequest struct {
	PageToken            int64    `protobuf:"varint,1,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	PageSize             int32    `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListEntriesRequest) Descriptor

func (*ListEntriesRequest) Descriptor() ([]byte, []int)

func (*ListEntriesRequest) GetPageSize

func (m *ListEntriesRequest) GetPageSize() int32

func (*ListEntriesRequest) GetPageToken

func (m *ListEntriesRequest) GetPageToken() int64

func (*ListEntriesRequest) Marshal

func (m *ListEntriesRequest) Marshal() (dAtA []byte, err error)

func (*ListEntriesRequest) MarshalTo

func (m *ListEntriesRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListEntriesRequest) ProtoMessage

func (*ListEntriesRequest) ProtoMessage()

func (*ListEntriesRequest) Reset

func (m *ListEntriesRequest) Reset()

func (*ListEntriesRequest) Size

func (m *ListEntriesRequest) Size() (n int)

func (*ListEntriesRequest) String

func (m *ListEntriesRequest) String() string

func (*ListEntriesRequest) Unmarshal

func (m *ListEntriesRequest) Unmarshal(dAtA []byte) error

func (*ListEntriesRequest) Validate

func (this *ListEntriesRequest) Validate() error

func (*ListEntriesRequest) XXX_DiscardUnknown

func (m *ListEntriesRequest) XXX_DiscardUnknown()

func (*ListEntriesRequest) XXX_Marshal

func (m *ListEntriesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListEntriesRequest) XXX_Merge

func (m *ListEntriesRequest) XXX_Merge(src proto.Message)

func (*ListEntriesRequest) XXX_Size

func (m *ListEntriesRequest) XXX_Size() int

func (*ListEntriesRequest) XXX_Unmarshal

func (m *ListEntriesRequest) XXX_Unmarshal(b []byte) error

type ListEntriesResponse

type ListEntriesResponse struct {
	Entries              []*Entry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"`
	NextPageToken        int64    `protobuf:"varint,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListEntriesResponse) Descriptor

func (*ListEntriesResponse) Descriptor() ([]byte, []int)

func (*ListEntriesResponse) GetEntries

func (m *ListEntriesResponse) GetEntries() []*Entry

func (*ListEntriesResponse) GetNextPageToken

func (m *ListEntriesResponse) GetNextPageToken() int64

func (*ListEntriesResponse) Marshal

func (m *ListEntriesResponse) Marshal() (dAtA []byte, err error)

func (*ListEntriesResponse) MarshalTo

func (m *ListEntriesResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListEntriesResponse) ProtoMessage

func (*ListEntriesResponse) ProtoMessage()

func (*ListEntriesResponse) Reset

func (m *ListEntriesResponse) Reset()

func (*ListEntriesResponse) Size

func (m *ListEntriesResponse) Size() (n int)

func (*ListEntriesResponse) String

func (m *ListEntriesResponse) String() string

func (*ListEntriesResponse) Unmarshal

func (m *ListEntriesResponse) Unmarshal(dAtA []byte) error

func (*ListEntriesResponse) Validate

func (this *ListEntriesResponse) Validate() error

func (*ListEntriesResponse) XXX_DiscardUnknown

func (m *ListEntriesResponse) XXX_DiscardUnknown()

func (*ListEntriesResponse) XXX_Marshal

func (m *ListEntriesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListEntriesResponse) XXX_Merge

func (m *ListEntriesResponse) XXX_Merge(src proto.Message)

func (*ListEntriesResponse) XXX_Size

func (m *ListEntriesResponse) XXX_Size() int

func (*ListEntriesResponse) XXX_Unmarshal

func (m *ListEntriesResponse) XXX_Unmarshal(b []byte) error

type ListInvitationsRequest

type ListInvitationsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListInvitationsRequest) Descriptor

func (*ListInvitationsRequest) Descriptor() ([]byte, []int)

func (*ListInvitationsRequest) Marshal

func (m *ListInvitationsRequest) Marshal() (dAtA []byte, err error)

func (*ListInvitationsRequest) MarshalTo

func (m *ListInvitationsRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListInvitationsRequest) ProtoMessage

func (*ListInvitationsRequest) ProtoMessage()

func (*ListInvitationsRequest) Reset

func (m *ListInvitationsRequest) Reset()

func (*ListInvitationsRequest) Size

func (m *ListInvitationsRequest) Size() (n int)

func (*ListInvitationsRequest) String

func (m *ListInvitationsRequest) String() string

func (*ListInvitationsRequest) Unmarshal

func (m *ListInvitationsRequest) Unmarshal(dAtA []byte) error

func (*ListInvitationsRequest) Validate

func (this *ListInvitationsRequest) Validate() error

func (*ListInvitationsRequest) XXX_DiscardUnknown

func (m *ListInvitationsRequest) XXX_DiscardUnknown()

func (*ListInvitationsRequest) XXX_Marshal

func (m *ListInvitationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListInvitationsRequest) XXX_Merge

func (m *ListInvitationsRequest) XXX_Merge(src proto.Message)

func (*ListInvitationsRequest) XXX_Size

func (m *ListInvitationsRequest) XXX_Size() int

func (*ListInvitationsRequest) XXX_Unmarshal

func (m *ListInvitationsRequest) XXX_Unmarshal(b []byte) error

type ListInvitationsResponse

type ListInvitationsResponse struct {
	Invitations          []*Invitation `protobuf:"bytes,1,rep,name=invitations,proto3" json:"invitations,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ListInvitationsResponse) Descriptor

func (*ListInvitationsResponse) Descriptor() ([]byte, []int)

func (*ListInvitationsResponse) GetInvitations

func (m *ListInvitationsResponse) GetInvitations() []*Invitation

func (*ListInvitationsResponse) Marshal

func (m *ListInvitationsResponse) Marshal() (dAtA []byte, err error)

func (*ListInvitationsResponse) MarshalTo

func (m *ListInvitationsResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListInvitationsResponse) ProtoMessage

func (*ListInvitationsResponse) ProtoMessage()

func (*ListInvitationsResponse) Reset

func (m *ListInvitationsResponse) Reset()

func (*ListInvitationsResponse) Size

func (m *ListInvitationsResponse) Size() (n int)

func (*ListInvitationsResponse) String

func (m *ListInvitationsResponse) String() string

func (*ListInvitationsResponse) Unmarshal

func (m *ListInvitationsResponse) Unmarshal(dAtA []byte) error

func (*ListInvitationsResponse) Validate

func (this *ListInvitationsResponse) Validate() error

func (*ListInvitationsResponse) XXX_DiscardUnknown

func (m *ListInvitationsResponse) XXX_DiscardUnknown()

func (*ListInvitationsResponse) XXX_Marshal

func (m *ListInvitationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListInvitationsResponse) XXX_Merge

func (m *ListInvitationsResponse) XXX_Merge(src proto.Message)

func (*ListInvitationsResponse) XXX_Size

func (m *ListInvitationsResponse) XXX_Size() int

func (*ListInvitationsResponse) XXX_Unmarshal

func (m *ListInvitationsResponse) XXX_Unmarshal(b []byte) error

type ListRolesRequest

type ListRolesRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListRolesRequest) Descriptor

func (*ListRolesRequest) Descriptor() ([]byte, []int)

func (*ListRolesRequest) Marshal

func (m *ListRolesRequest) Marshal() (dAtA []byte, err error)

func (*ListRolesRequest) MarshalTo

func (m *ListRolesRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListRolesRequest) ProtoMessage

func (*ListRolesRequest) ProtoMessage()

func (*ListRolesRequest) Reset

func (m *ListRolesRequest) Reset()

func (*ListRolesRequest) Size

func (m *ListRolesRequest) Size() (n int)

func (*ListRolesRequest) String

func (m *ListRolesRequest) String() string

func (*ListRolesRequest) Unmarshal

func (m *ListRolesRequest) Unmarshal(dAtA []byte) error

func (*ListRolesRequest) Validate

func (this *ListRolesRequest) Validate() error

func (*ListRolesRequest) XXX_DiscardUnknown

func (m *ListRolesRequest) XXX_DiscardUnknown()

func (*ListRolesRequest) XXX_Marshal

func (m *ListRolesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListRolesRequest) XXX_Merge

func (m *ListRolesRequest) XXX_Merge(src proto.Message)

func (*ListRolesRequest) XXX_Size

func (m *ListRolesRequest) XXX_Size() int

func (*ListRolesRequest) XXX_Unmarshal

func (m *ListRolesRequest) XXX_Unmarshal(b []byte) error

type ListRolesResponse

type ListRolesResponse struct {
	Roles                []*Role  `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListRolesResponse) Descriptor

func (*ListRolesResponse) Descriptor() ([]byte, []int)

func (*ListRolesResponse) GetRoles

func (m *ListRolesResponse) GetRoles() []*Role

func (*ListRolesResponse) Marshal

func (m *ListRolesResponse) Marshal() (dAtA []byte, err error)

func (*ListRolesResponse) MarshalTo

func (m *ListRolesResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListRolesResponse) ProtoMessage

func (*ListRolesResponse) ProtoMessage()

func (*ListRolesResponse) Reset

func (m *ListRolesResponse) Reset()

func (*ListRolesResponse) Size

func (m *ListRolesResponse) Size() (n int)

func (*ListRolesResponse) String

func (m *ListRolesResponse) String() string

func (*ListRolesResponse) Unmarshal

func (m *ListRolesResponse) Unmarshal(dAtA []byte) error

func (*ListRolesResponse) Validate

func (this *ListRolesResponse) Validate() error

func (*ListRolesResponse) XXX_DiscardUnknown

func (m *ListRolesResponse) XXX_DiscardUnknown()

func (*ListRolesResponse) XXX_Marshal

func (m *ListRolesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListRolesResponse) XXX_Merge

func (m *ListRolesResponse) XXX_Merge(src proto.Message)

func (*ListRolesResponse) XXX_Size

func (m *ListRolesResponse) XXX_Size() int

func (*ListRolesResponse) XXX_Unmarshal

func (m *ListRolesResponse) XXX_Unmarshal(b []byte) error

type ListUsersRequest

type ListUsersRequest struct {
	PageToken            uint32   `protobuf:"varint,1,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	PageSize             int32    `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	Query                string   `protobuf:"bytes,4,opt,name=query,proto3" json:"query,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListUsersRequest) Descriptor

func (*ListUsersRequest) Descriptor() ([]byte, []int)

func (*ListUsersRequest) GetPageSize

func (m *ListUsersRequest) GetPageSize() int32

func (*ListUsersRequest) GetPageToken

func (m *ListUsersRequest) GetPageToken() uint32

func (*ListUsersRequest) GetQuery

func (m *ListUsersRequest) GetQuery() string

func (*ListUsersRequest) Marshal

func (m *ListUsersRequest) Marshal() (dAtA []byte, err error)

func (*ListUsersRequest) MarshalTo

func (m *ListUsersRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListUsersRequest) ProtoMessage

func (*ListUsersRequest) ProtoMessage()

func (*ListUsersRequest) Reset

func (m *ListUsersRequest) Reset()

func (*ListUsersRequest) Size

func (m *ListUsersRequest) Size() (n int)

func (*ListUsersRequest) String

func (m *ListUsersRequest) String() string

func (*ListUsersRequest) Unmarshal

func (m *ListUsersRequest) Unmarshal(dAtA []byte) error

func (*ListUsersRequest) Validate

func (this *ListUsersRequest) Validate() error

func (*ListUsersRequest) XXX_DiscardUnknown

func (m *ListUsersRequest) XXX_DiscardUnknown()

func (*ListUsersRequest) XXX_Marshal

func (m *ListUsersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListUsersRequest) XXX_Merge

func (m *ListUsersRequest) XXX_Merge(src proto.Message)

func (*ListUsersRequest) XXX_Size

func (m *ListUsersRequest) XXX_Size() int

func (*ListUsersRequest) XXX_Unmarshal

func (m *ListUsersRequest) XXX_Unmarshal(b []byte) error

type ListUsersResponse

type ListUsersResponse struct {
	Users                []*User  `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	NextPageToken        uint32   `protobuf:"varint,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListUsersResponse) Descriptor

func (*ListUsersResponse) Descriptor() ([]byte, []int)

func (*ListUsersResponse) GetNextPageToken

func (m *ListUsersResponse) GetNextPageToken() uint32

func (*ListUsersResponse) GetUsers

func (m *ListUsersResponse) GetUsers() []*User

func (*ListUsersResponse) Marshal

func (m *ListUsersResponse) Marshal() (dAtA []byte, err error)

func (*ListUsersResponse) MarshalTo

func (m *ListUsersResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListUsersResponse) ProtoMessage

func (*ListUsersResponse) ProtoMessage()

func (*ListUsersResponse) Reset

func (m *ListUsersResponse) Reset()

func (*ListUsersResponse) Size

func (m *ListUsersResponse) Size() (n int)

func (*ListUsersResponse) String

func (m *ListUsersResponse) String() string

func (*ListUsersResponse) Unmarshal

func (m *ListUsersResponse) Unmarshal(dAtA []byte) error

func (*ListUsersResponse) Validate

func (this *ListUsersResponse) Validate() error

func (*ListUsersResponse) XXX_DiscardUnknown

func (m *ListUsersResponse) XXX_DiscardUnknown()

func (*ListUsersResponse) XXX_Marshal

func (m *ListUsersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListUsersResponse) XXX_Merge

func (m *ListUsersResponse) XXX_Merge(src proto.Message)

func (*ListUsersResponse) XXX_Size

func (m *ListUsersResponse) XXX_Size() int

func (*ListUsersResponse) XXX_Unmarshal

func (m *ListUsersResponse) XXX_Unmarshal(b []byte) error

type OAuthConsentRequest

type OAuthConsentRequest struct {
	ConsentChallenge     string   `protobuf:"bytes,1,opt,name=consent_challenge,json=consentChallenge,proto3" json:"consent_challenge,omitempty"`
	Accept               bool     `protobuf:"varint,2,opt,name=accept,proto3" json:"accept,omitempty"`
	GrantScopes          []string `protobuf:"bytes,3,rep,name=grant_scopes,json=grantScopes,proto3" json:"grant_scopes,omitempty"`
	Remember             bool     `protobuf:"varint,4,opt,name=remember,proto3" json:"remember,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OAuthConsentRequest) Descriptor

func (*OAuthConsentRequest) Descriptor() ([]byte, []int)

func (*OAuthConsentRequest) GetAccept

func (m *OAuthConsentRequest) GetAccept() bool

func (*OAuthConsentRequest) GetConsentChallenge

func (m *OAuthConsentRequest) GetConsentChallenge() string

func (*OAuthConsentRequest) GetGrantScopes

func (m *OAuthConsentRequest) GetGrantScopes() []string

func (*OAuthConsentRequest) GetRemember

func (m *OAuthConsentRequest) GetRemember() bool

func (*OAuthConsentRequest) Marshal

func (m *OAuthConsentRequest) Marshal() (dAtA []byte, err error)

func (*OAuthConsentRequest) MarshalTo

func (m *OAuthConsentRequest) MarshalTo(dAtA []byte) (int, error)

func (*OAuthConsentRequest) ProtoMessage

func (*OAuthConsentRequest) ProtoMessage()

func (*OAuthConsentRequest) Reset

func (m *OAuthConsentRequest) Reset()

func (*OAuthConsentRequest) Size

func (m *OAuthConsentRequest) Size() (n int)

func (*OAuthConsentRequest) String

func (m *OAuthConsentRequest) String() string

func (*OAuthConsentRequest) Unmarshal

func (m *OAuthConsentRequest) Unmarshal(dAtA []byte) error

func (*OAuthConsentRequest) Validate

func (this *OAuthConsentRequest) Validate() error

func (*OAuthConsentRequest) XXX_DiscardUnknown

func (m *OAuthConsentRequest) XXX_DiscardUnknown()

func (*OAuthConsentRequest) XXX_Marshal

func (m *OAuthConsentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OAuthConsentRequest) XXX_Merge

func (m *OAuthConsentRequest) XXX_Merge(src proto.Message)

func (*OAuthConsentRequest) XXX_Size

func (m *OAuthConsentRequest) XXX_Size() int

func (*OAuthConsentRequest) XXX_Unmarshal

func (m *OAuthConsentRequest) XXX_Unmarshal(b []byte) error

type OAuthConsentResponse

type OAuthConsentResponse struct {
	RedirectUrl          string   `protobuf:"bytes,1,opt,name=redirect_url,json=redirectUrl,proto3" json:"redirect_url,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OAuthConsentResponse) Descriptor

func (*OAuthConsentResponse) Descriptor() ([]byte, []int)

func (*OAuthConsentResponse) GetRedirectUrl

func (m *OAuthConsentResponse) GetRedirectUrl() string

func (*OAuthConsentResponse) Marshal

func (m *OAuthConsentResponse) Marshal() (dAtA []byte, err error)

func (*OAuthConsentResponse) MarshalTo

func (m *OAuthConsentResponse) MarshalTo(dAtA []byte) (int, error)

func (*OAuthConsentResponse) ProtoMessage

func (*OAuthConsentResponse) ProtoMessage()

func (*OAuthConsentResponse) Reset

func (m *OAuthConsentResponse) Reset()

func (*OAuthConsentResponse) Size

func (m *OAuthConsentResponse) Size() (n int)

func (*OAuthConsentResponse) String

func (m *OAuthConsentResponse) String() string

func (*OAuthConsentResponse) Unmarshal

func (m *OAuthConsentResponse) Unmarshal(dAtA []byte) error

func (*OAuthConsentResponse) Validate

func (this *OAuthConsentResponse) Validate() error

func (*OAuthConsentResponse) XXX_DiscardUnknown

func (m *OAuthConsentResponse) XXX_DiscardUnknown()

func (*OAuthConsentResponse) XXX_Marshal

func (m *OAuthConsentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OAuthConsentResponse) XXX_Merge

func (m *OAuthConsentResponse) XXX_Merge(src proto.Message)

func (*OAuthConsentResponse) XXX_Size

func (m *OAuthConsentResponse) XXX_Size() int

func (*OAuthConsentResponse) XXX_Unmarshal

func (m *OAuthConsentResponse) XXX_Unmarshal(b []byte) error

type OAuthLoginRequest

type OAuthLoginRequest struct {
	LoginChallenge       string   `protobuf:"bytes,1,opt,name=login_challenge,json=loginChallenge,proto3" json:"login_challenge,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Password             string   `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	Remember             bool     `protobuf:"varint,4,opt,name=remember,proto3" json:"remember,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OAuthLoginRequest) Descriptor

func (*OAuthLoginRequest) Descriptor() ([]byte, []int)

func (*OAuthLoginRequest) GetLoginChallenge

func (m *OAuthLoginRequest) GetLoginChallenge() string

func (*OAuthLoginRequest) GetName

func (m *OAuthLoginRequest) GetName() string

func (*OAuthLoginRequest) GetPassword

func (m *OAuthLoginRequest) GetPassword() string

func (*OAuthLoginRequest) GetRemember

func (m *OAuthLoginRequest) GetRemember() bool

func (*OAuthLoginRequest) Marshal

func (m *OAuthLoginRequest) Marshal() (dAtA []byte, err error)

func (*OAuthLoginRequest) MarshalTo

func (m *OAuthLoginRequest) MarshalTo(dAtA []byte) (int, error)

func (*OAuthLoginRequest) ProtoMessage

func (*OAuthLoginRequest) ProtoMessage()

func (*OAuthLoginRequest) Reset

func (m *OAuthLoginRequest) Reset()

func (*OAuthLoginRequest) Size

func (m *OAuthLoginRequest) Size() (n int)

func (*OAuthLoginRequest) String

func (m *OAuthLoginRequest) String() string

func (*OAuthLoginRequest) Unmarshal

func (m *OAuthLoginRequest) Unmarshal(dAtA []byte) error

func (*OAuthLoginRequest) Validate

func (this *OAuthLoginRequest) Validate() error

func (*OAuthLoginRequest) XXX_DiscardUnknown

func (m *OAuthLoginRequest) XXX_DiscardUnknown()

func (*OAuthLoginRequest) XXX_Marshal

func (m *OAuthLoginRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OAuthLoginRequest) XXX_Merge

func (m *OAuthLoginRequest) XXX_Merge(src proto.Message)

func (*OAuthLoginRequest) XXX_Size

func (m *OAuthLoginRequest) XXX_Size() int

func (*OAuthLoginRequest) XXX_Unmarshal

func (m *OAuthLoginRequest) XXX_Unmarshal(b []byte) error

type OAuthLoginResponse

type OAuthLoginResponse struct {
	RedirectUrl          string   `protobuf:"bytes,1,opt,name=redirect_url,json=redirectUrl,proto3" json:"redirect_url,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OAuthLoginResponse) Descriptor

func (*OAuthLoginResponse) Descriptor() ([]byte, []int)

func (*OAuthLoginResponse) GetRedirectUrl

func (m *OAuthLoginResponse) GetRedirectUrl() string

func (*OAuthLoginResponse) Marshal

func (m *OAuthLoginResponse) Marshal() (dAtA []byte, err error)

func (*OAuthLoginResponse) MarshalTo

func (m *OAuthLoginResponse) MarshalTo(dAtA []byte) (int, error)

func (*OAuthLoginResponse) ProtoMessage

func (*OAuthLoginResponse) ProtoMessage()

func (*OAuthLoginResponse) Reset

func (m *OAuthLoginResponse) Reset()

func (*OAuthLoginResponse) Size

func (m *OAuthLoginResponse) Size() (n int)

func (*OAuthLoginResponse) String

func (m *OAuthLoginResponse) String() string

func (*OAuthLoginResponse) Unmarshal

func (m *OAuthLoginResponse) Unmarshal(dAtA []byte) error

func (*OAuthLoginResponse) Validate

func (this *OAuthLoginResponse) Validate() error

func (*OAuthLoginResponse) XXX_DiscardUnknown

func (m *OAuthLoginResponse) XXX_DiscardUnknown()

func (*OAuthLoginResponse) XXX_Marshal

func (m *OAuthLoginResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OAuthLoginResponse) XXX_Merge

func (m *OAuthLoginResponse) XXX_Merge(src proto.Message)

func (*OAuthLoginResponse) XXX_Size

func (m *OAuthLoginResponse) XXX_Size() int

func (*OAuthLoginResponse) XXX_Unmarshal

func (m *OAuthLoginResponse) XXX_Unmarshal(b []byte) error

type OAuthServiceClient

type OAuthServiceClient interface {
	StartOAuthLogin(ctx context.Context, in *StartOAuthLoginRequest, opts ...grpc.CallOption) (*StartOAuthLoginResponse, error)
	OAuthLogin(ctx context.Context, in *OAuthLoginRequest, opts ...grpc.CallOption) (*OAuthLoginResponse, error)
	StartOAuthConsent(ctx context.Context, in *StartOAuthConsentRequest, opts ...grpc.CallOption) (*StartOAuthConsentResponse, error)
	OAuthConsent(ctx context.Context, in *OAuthConsentRequest, opts ...grpc.CallOption) (*OAuthConsentResponse, error)
}

OAuthServiceClient is the client API for OAuthService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewOAuthServiceClient

func NewOAuthServiceClient(cc *grpc.ClientConn) OAuthServiceClient

type OAuthServiceServer

OAuthServiceServer is the server API for OAuthService service.

type PasswordResetServiceClient

type PasswordResetServiceClient interface {
	GetPasswordReset(ctx context.Context, in *GetPasswordResetRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	CreatePasswordReset(ctx context.Context, in *CreatePasswordResetRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	UpdatePassword(ctx context.Context, in *UpdatePasswordRequest, opts ...grpc.CallOption) (*Session, error)
}

PasswordResetServiceClient is the client API for PasswordResetService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewPasswordResetServiceClient

func NewPasswordResetServiceClient(cc *grpc.ClientConn) PasswordResetServiceClient

type PasswordResetServiceServer

type PasswordResetServiceServer interface {
	GetPasswordReset(context.Context, *GetPasswordResetRequest) (*empty.Empty, error)
	CreatePasswordReset(context.Context, *CreatePasswordResetRequest) (*empty.Empty, error)
	UpdatePassword(context.Context, *UpdatePasswordRequest) (*Session, error)
}

PasswordResetServiceServer is the server API for PasswordResetService service.

type PingRequest

type PingRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PingRequest) Descriptor

func (*PingRequest) Descriptor() ([]byte, []int)

func (*PingRequest) Marshal

func (m *PingRequest) Marshal() (dAtA []byte, err error)

func (*PingRequest) MarshalTo

func (m *PingRequest) MarshalTo(dAtA []byte) (int, error)

func (*PingRequest) ProtoMessage

func (*PingRequest) ProtoMessage()

func (*PingRequest) Reset

func (m *PingRequest) Reset()

func (*PingRequest) Size

func (m *PingRequest) Size() (n int)

func (*PingRequest) String

func (m *PingRequest) String() string

func (*PingRequest) Unmarshal

func (m *PingRequest) Unmarshal(dAtA []byte) error

func (*PingRequest) Validate

func (this *PingRequest) Validate() error

func (*PingRequest) XXX_DiscardUnknown

func (m *PingRequest) XXX_DiscardUnknown()

func (*PingRequest) XXX_Marshal

func (m *PingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PingRequest) XXX_Merge

func (m *PingRequest) XXX_Merge(src proto.Message)

func (*PingRequest) XXX_Size

func (m *PingRequest) XXX_Size() int

func (*PingRequest) XXX_Unmarshal

func (m *PingRequest) XXX_Unmarshal(b []byte) error

type PingServiceClient

type PingServiceClient interface {
	Ping(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*Pong, error)
}

PingServiceClient is the client API for PingService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewPingServiceClient

func NewPingServiceClient(cc *grpc.ClientConn) PingServiceClient

type PingServiceServer

type PingServiceServer interface {
	Ping(context.Context, *PingRequest) (*Pong, error)
}

PingServiceServer is the server API for PingService service.

type Pong

type Pong struct {
	Pong                 string   `protobuf:"bytes,1,opt,name=pong,proto3" json:"pong,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Pong) Descriptor

func (*Pong) Descriptor() ([]byte, []int)

func (*Pong) GetPong

func (m *Pong) GetPong() string

func (*Pong) Marshal

func (m *Pong) Marshal() (dAtA []byte, err error)

func (*Pong) MarshalTo

func (m *Pong) MarshalTo(dAtA []byte) (int, error)

func (*Pong) ProtoMessage

func (*Pong) ProtoMessage()

func (*Pong) Reset

func (m *Pong) Reset()

func (*Pong) Size

func (m *Pong) Size() (n int)

func (*Pong) String

func (m *Pong) String() string

func (*Pong) Unmarshal

func (m *Pong) Unmarshal(dAtA []byte) error

func (*Pong) Validate

func (this *Pong) Validate() error

func (*Pong) XXX_DiscardUnknown

func (m *Pong) XXX_DiscardUnknown()

func (*Pong) XXX_Marshal

func (m *Pong) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Pong) XXX_Merge

func (m *Pong) XXX_Merge(src proto.Message)

func (*Pong) XXX_Size

func (m *Pong) XXX_Size() int

func (*Pong) XXX_Unmarshal

func (m *Pong) XXX_Unmarshal(b []byte) error

type ProfileScope

type ProfileScope int32
const (
	ProfileScope_MEMBERS_ONLY ProfileScope = 0
	ProfileScope_PUBLIC       ProfileScope = 1
)

func (ProfileScope) EnumDescriptor

func (ProfileScope) EnumDescriptor() ([]byte, []int)

func (ProfileScope) String

func (x ProfileScope) String() string

type Role

type Role struct {
	RoleId               uint32   `protobuf:"varint,1,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Role) Descriptor

func (*Role) Descriptor() ([]byte, []int)

func (*Role) GetName

func (m *Role) GetName() string

func (*Role) GetRoleId

func (m *Role) GetRoleId() uint32

func (*Role) Marshal

func (m *Role) Marshal() (dAtA []byte, err error)

func (*Role) MarshalTo

func (m *Role) MarshalTo(dAtA []byte) (int, error)

func (*Role) ProtoMessage

func (*Role) ProtoMessage()

func (*Role) Reset

func (m *Role) Reset()

func (*Role) Size

func (m *Role) Size() (n int)

func (*Role) String

func (m *Role) String() string

func (*Role) Unmarshal

func (m *Role) Unmarshal(dAtA []byte) error

func (*Role) Validate

func (this *Role) Validate() error

func (*Role) XXX_DiscardUnknown

func (m *Role) XXX_DiscardUnknown()

func (*Role) XXX_Marshal

func (m *Role) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Role) XXX_Merge

func (m *Role) XXX_Merge(src proto.Message)

func (*Role) XXX_Size

func (m *Role) XXX_Size() int

func (*Role) XXX_Unmarshal

func (m *Role) XXX_Unmarshal(b []byte) error

type RoleServiceClient

type RoleServiceClient interface {
	ListRoles(ctx context.Context, in *ListRolesRequest, opts ...grpc.CallOption) (*ListRolesResponse, error)
	GetRole(ctx context.Context, in *GetRoleRequest, opts ...grpc.CallOption) (*Role, error)
}

RoleServiceClient is the client API for RoleService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRoleServiceClient

func NewRoleServiceClient(cc *grpc.ClientConn) RoleServiceClient

type RoleServiceServer

type RoleServiceServer interface {
	ListRoles(context.Context, *ListRolesRequest) (*ListRolesResponse, error)
	GetRole(context.Context, *GetRoleRequest) (*Role, error)
}

RoleServiceServer is the server API for RoleService service.

type Session

type Session struct {
	SessionId            string   `protobuf:"bytes,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Session) Descriptor

func (*Session) Descriptor() ([]byte, []int)

func (*Session) GetSessionId

func (m *Session) GetSessionId() string

func (*Session) Marshal

func (m *Session) Marshal() (dAtA []byte, err error)

func (*Session) MarshalTo

func (m *Session) MarshalTo(dAtA []byte) (int, error)

func (*Session) ProtoMessage

func (*Session) ProtoMessage()

func (*Session) Reset

func (m *Session) Reset()

func (*Session) Size

func (m *Session) Size() (n int)

func (*Session) String

func (m *Session) String() string

func (*Session) Unmarshal

func (m *Session) Unmarshal(dAtA []byte) error

func (*Session) Validate

func (this *Session) Validate() error

func (*Session) XXX_DiscardUnknown

func (m *Session) XXX_DiscardUnknown()

func (*Session) XXX_Marshal

func (m *Session) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Session) XXX_Merge

func (m *Session) XXX_Merge(src proto.Message)

func (*Session) XXX_Size

func (m *Session) XXX_Size() int

func (*Session) XXX_Unmarshal

func (m *Session) XXX_Unmarshal(b []byte) error

type SessionServiceClient

type SessionServiceClient interface {
	GetSession(ctx context.Context, in *GetSessionRequest, opts ...grpc.CallOption) (*Session, error)
	CreateSession(ctx context.Context, in *CreateSessionRequest, opts ...grpc.CallOption) (*Session, error)
	DeleteSession(ctx context.Context, in *DeleteSessionRequest, opts ...grpc.CallOption) (*empty.Empty, error)
}

SessionServiceClient is the client API for SessionService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewSessionServiceClient

func NewSessionServiceClient(cc *grpc.ClientConn) SessionServiceClient

type SessionServiceServer

type SessionServiceServer interface {
	GetSession(context.Context, *GetSessionRequest) (*Session, error)
	CreateSession(context.Context, *CreateSessionRequest) (*Session, error)
	DeleteSession(context.Context, *DeleteSessionRequest) (*empty.Empty, error)
}

SessionServiceServer is the server API for SessionService service.

type StartOAuthConsentRequest

type StartOAuthConsentRequest struct {
	ConsentChallenge     string   `protobuf:"bytes,1,opt,name=consent_challenge,json=consentChallenge,proto3" json:"consent_challenge,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StartOAuthConsentRequest) Descriptor

func (*StartOAuthConsentRequest) Descriptor() ([]byte, []int)

func (*StartOAuthConsentRequest) GetConsentChallenge

func (m *StartOAuthConsentRequest) GetConsentChallenge() string

func (*StartOAuthConsentRequest) Marshal

func (m *StartOAuthConsentRequest) Marshal() (dAtA []byte, err error)

func (*StartOAuthConsentRequest) MarshalTo

func (m *StartOAuthConsentRequest) MarshalTo(dAtA []byte) (int, error)

func (*StartOAuthConsentRequest) ProtoMessage

func (*StartOAuthConsentRequest) ProtoMessage()

func (*StartOAuthConsentRequest) Reset

func (m *StartOAuthConsentRequest) Reset()

func (*StartOAuthConsentRequest) Size

func (m *StartOAuthConsentRequest) Size() (n int)

func (*StartOAuthConsentRequest) String

func (m *StartOAuthConsentRequest) String() string

func (*StartOAuthConsentRequest) Unmarshal

func (m *StartOAuthConsentRequest) Unmarshal(dAtA []byte) error

func (*StartOAuthConsentRequest) Validate

func (this *StartOAuthConsentRequest) Validate() error

func (*StartOAuthConsentRequest) XXX_DiscardUnknown

func (m *StartOAuthConsentRequest) XXX_DiscardUnknown()

func (*StartOAuthConsentRequest) XXX_Marshal

func (m *StartOAuthConsentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StartOAuthConsentRequest) XXX_Merge

func (m *StartOAuthConsentRequest) XXX_Merge(src proto.Message)

func (*StartOAuthConsentRequest) XXX_Size

func (m *StartOAuthConsentRequest) XXX_Size() int

func (*StartOAuthConsentRequest) XXX_Unmarshal

func (m *StartOAuthConsentRequest) XXX_Unmarshal(b []byte) error

type StartOAuthConsentResponse

type StartOAuthConsentResponse struct {
	Skip                 bool          `protobuf:"varint,1,opt,name=skip,proto3" json:"skip,omitempty"`
	RedirectUrl          string        `protobuf:"bytes,2,opt,name=redirect_url,json=redirectUrl,proto3" json:"redirect_url,omitempty"`
	RequestedScopes      []string      `protobuf:"bytes,3,rep,name=requested_scopes,json=requestedScopes,proto3" json:"requested_scopes,omitempty"`
	Client               *_type.Client `protobuf:"bytes,4,opt,name=client,proto3" json:"client,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*StartOAuthConsentResponse) Descriptor

func (*StartOAuthConsentResponse) Descriptor() ([]byte, []int)

func (*StartOAuthConsentResponse) GetClient

func (m *StartOAuthConsentResponse) GetClient() *_type.Client

func (*StartOAuthConsentResponse) GetRedirectUrl

func (m *StartOAuthConsentResponse) GetRedirectUrl() string

func (*StartOAuthConsentResponse) GetRequestedScopes

func (m *StartOAuthConsentResponse) GetRequestedScopes() []string

func (*StartOAuthConsentResponse) GetSkip

func (m *StartOAuthConsentResponse) GetSkip() bool

func (*StartOAuthConsentResponse) Marshal

func (m *StartOAuthConsentResponse) Marshal() (dAtA []byte, err error)

func (*StartOAuthConsentResponse) MarshalTo

func (m *StartOAuthConsentResponse) MarshalTo(dAtA []byte) (int, error)

func (*StartOAuthConsentResponse) ProtoMessage

func (*StartOAuthConsentResponse) ProtoMessage()

func (*StartOAuthConsentResponse) Reset

func (m *StartOAuthConsentResponse) Reset()

func (*StartOAuthConsentResponse) Size

func (m *StartOAuthConsentResponse) Size() (n int)

func (*StartOAuthConsentResponse) String

func (m *StartOAuthConsentResponse) String() string

func (*StartOAuthConsentResponse) Unmarshal

func (m *StartOAuthConsentResponse) Unmarshal(dAtA []byte) error

func (*StartOAuthConsentResponse) Validate

func (this *StartOAuthConsentResponse) Validate() error

func (*StartOAuthConsentResponse) XXX_DiscardUnknown

func (m *StartOAuthConsentResponse) XXX_DiscardUnknown()

func (*StartOAuthConsentResponse) XXX_Marshal

func (m *StartOAuthConsentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StartOAuthConsentResponse) XXX_Merge

func (m *StartOAuthConsentResponse) XXX_Merge(src proto.Message)

func (*StartOAuthConsentResponse) XXX_Size

func (m *StartOAuthConsentResponse) XXX_Size() int

func (*StartOAuthConsentResponse) XXX_Unmarshal

func (m *StartOAuthConsentResponse) XXX_Unmarshal(b []byte) error

type StartOAuthLoginRequest

type StartOAuthLoginRequest struct {
	LoginChallenge       string   `protobuf:"bytes,1,opt,name=login_challenge,json=loginChallenge,proto3" json:"login_challenge,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StartOAuthLoginRequest) Descriptor

func (*StartOAuthLoginRequest) Descriptor() ([]byte, []int)

func (*StartOAuthLoginRequest) GetLoginChallenge

func (m *StartOAuthLoginRequest) GetLoginChallenge() string

func (*StartOAuthLoginRequest) Marshal

func (m *StartOAuthLoginRequest) Marshal() (dAtA []byte, err error)

func (*StartOAuthLoginRequest) MarshalTo

func (m *StartOAuthLoginRequest) MarshalTo(dAtA []byte) (int, error)

func (*StartOAuthLoginRequest) ProtoMessage

func (*StartOAuthLoginRequest) ProtoMessage()

func (*StartOAuthLoginRequest) Reset

func (m *StartOAuthLoginRequest) Reset()

func (*StartOAuthLoginRequest) Size

func (m *StartOAuthLoginRequest) Size() (n int)

func (*StartOAuthLoginRequest) String

func (m *StartOAuthLoginRequest) String() string

func (*StartOAuthLoginRequest) Unmarshal

func (m *StartOAuthLoginRequest) Unmarshal(dAtA []byte) error

func (*StartOAuthLoginRequest) Validate

func (this *StartOAuthLoginRequest) Validate() error

func (*StartOAuthLoginRequest) XXX_DiscardUnknown

func (m *StartOAuthLoginRequest) XXX_DiscardUnknown()

func (*StartOAuthLoginRequest) XXX_Marshal

func (m *StartOAuthLoginRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StartOAuthLoginRequest) XXX_Merge

func (m *StartOAuthLoginRequest) XXX_Merge(src proto.Message)

func (*StartOAuthLoginRequest) XXX_Size

func (m *StartOAuthLoginRequest) XXX_Size() int

func (*StartOAuthLoginRequest) XXX_Unmarshal

func (m *StartOAuthLoginRequest) XXX_Unmarshal(b []byte) error

type StartOAuthLoginResponse

type StartOAuthLoginResponse struct {
	Skip                 bool     `protobuf:"varint,1,opt,name=skip,proto3" json:"skip,omitempty"`
	RedirectUrl          string   `protobuf:"bytes,2,opt,name=redirect_url,json=redirectUrl,proto3" json:"redirect_url,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StartOAuthLoginResponse) Descriptor

func (*StartOAuthLoginResponse) Descriptor() ([]byte, []int)

func (*StartOAuthLoginResponse) GetRedirectUrl

func (m *StartOAuthLoginResponse) GetRedirectUrl() string

func (*StartOAuthLoginResponse) GetSkip

func (m *StartOAuthLoginResponse) GetSkip() bool

func (*StartOAuthLoginResponse) Marshal

func (m *StartOAuthLoginResponse) Marshal() (dAtA []byte, err error)

func (*StartOAuthLoginResponse) MarshalTo

func (m *StartOAuthLoginResponse) MarshalTo(dAtA []byte) (int, error)

func (*StartOAuthLoginResponse) ProtoMessage

func (*StartOAuthLoginResponse) ProtoMessage()

func (*StartOAuthLoginResponse) Reset

func (m *StartOAuthLoginResponse) Reset()

func (*StartOAuthLoginResponse) Size

func (m *StartOAuthLoginResponse) Size() (n int)

func (*StartOAuthLoginResponse) String

func (m *StartOAuthLoginResponse) String() string

func (*StartOAuthLoginResponse) Unmarshal

func (m *StartOAuthLoginResponse) Unmarshal(dAtA []byte) error

func (*StartOAuthLoginResponse) Validate

func (this *StartOAuthLoginResponse) Validate() error

func (*StartOAuthLoginResponse) XXX_DiscardUnknown

func (m *StartOAuthLoginResponse) XXX_DiscardUnknown()

func (*StartOAuthLoginResponse) XXX_Marshal

func (m *StartOAuthLoginResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StartOAuthLoginResponse) XXX_Merge

func (m *StartOAuthLoginResponse) XXX_Merge(src proto.Message)

func (*StartOAuthLoginResponse) XXX_Size

func (m *StartOAuthLoginResponse) XXX_Size() int

func (*StartOAuthLoginResponse) XXX_Unmarshal

func (m *StartOAuthLoginResponse) XXX_Unmarshal(b []byte) error

type UpdateAchievementImageRequest

type UpdateAchievementImageRequest struct {
	AchievementId        uint32   `protobuf:"varint,1,opt,name=achievement_id,json=achievementId,proto3" json:"achievement_id,omitempty"`
	Image                []byte   `protobuf:"bytes,2,opt,name=image,proto3" json:"image,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateAchievementImageRequest) Descriptor

func (*UpdateAchievementImageRequest) Descriptor() ([]byte, []int)

func (*UpdateAchievementImageRequest) GetAchievementId

func (m *UpdateAchievementImageRequest) GetAchievementId() uint32

func (*UpdateAchievementImageRequest) GetImage

func (m *UpdateAchievementImageRequest) GetImage() []byte

func (*UpdateAchievementImageRequest) Marshal

func (m *UpdateAchievementImageRequest) Marshal() (dAtA []byte, err error)

func (*UpdateAchievementImageRequest) MarshalTo

func (m *UpdateAchievementImageRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateAchievementImageRequest) ProtoMessage

func (*UpdateAchievementImageRequest) ProtoMessage()

func (*UpdateAchievementImageRequest) Reset

func (m *UpdateAchievementImageRequest) Reset()

func (*UpdateAchievementImageRequest) Size

func (m *UpdateAchievementImageRequest) Size() (n int)

func (*UpdateAchievementImageRequest) String

func (*UpdateAchievementImageRequest) Unmarshal

func (m *UpdateAchievementImageRequest) Unmarshal(dAtA []byte) error

func (*UpdateAchievementImageRequest) Validate

func (this *UpdateAchievementImageRequest) Validate() error

func (*UpdateAchievementImageRequest) XXX_DiscardUnknown

func (m *UpdateAchievementImageRequest) XXX_DiscardUnknown()

func (*UpdateAchievementImageRequest) XXX_Marshal

func (m *UpdateAchievementImageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateAchievementImageRequest) XXX_Merge

func (m *UpdateAchievementImageRequest) XXX_Merge(src proto.Message)

func (*UpdateAchievementImageRequest) XXX_Size

func (m *UpdateAchievementImageRequest) XXX_Size() int

func (*UpdateAchievementImageRequest) XXX_Unmarshal

func (m *UpdateAchievementImageRequest) XXX_Unmarshal(b []byte) error

type UpdateAchievementRequest

type UpdateAchievementRequest struct {
	Achievement          *Achievement `protobuf:"bytes,1,opt,name=achievement,proto3" json:"achievement,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*UpdateAchievementRequest) Descriptor

func (*UpdateAchievementRequest) Descriptor() ([]byte, []int)

func (*UpdateAchievementRequest) GetAchievement

func (m *UpdateAchievementRequest) GetAchievement() *Achievement

func (*UpdateAchievementRequest) Marshal

func (m *UpdateAchievementRequest) Marshal() (dAtA []byte, err error)

func (*UpdateAchievementRequest) MarshalTo

func (m *UpdateAchievementRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateAchievementRequest) ProtoMessage

func (*UpdateAchievementRequest) ProtoMessage()

func (*UpdateAchievementRequest) Reset

func (m *UpdateAchievementRequest) Reset()

func (*UpdateAchievementRequest) Size

func (m *UpdateAchievementRequest) Size() (n int)

func (*UpdateAchievementRequest) String

func (m *UpdateAchievementRequest) String() string

func (*UpdateAchievementRequest) Unmarshal

func (m *UpdateAchievementRequest) Unmarshal(dAtA []byte) error

func (*UpdateAchievementRequest) Validate

func (this *UpdateAchievementRequest) Validate() error

func (*UpdateAchievementRequest) XXX_DiscardUnknown

func (m *UpdateAchievementRequest) XXX_DiscardUnknown()

func (*UpdateAchievementRequest) XXX_Marshal

func (m *UpdateAchievementRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateAchievementRequest) XXX_Merge

func (m *UpdateAchievementRequest) XXX_Merge(src proto.Message)

func (*UpdateAchievementRequest) XXX_Size

func (m *UpdateAchievementRequest) XXX_Size() int

func (*UpdateAchievementRequest) XXX_Unmarshal

func (m *UpdateAchievementRequest) XXX_Unmarshal(b []byte) error

type UpdatePasswordRequest

type UpdatePasswordRequest struct {
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// updateの時はemailはquery parameterじゃなくてrequest bodyに入れて欲しい
	Email                string   `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	NewPassword          string   `protobuf:"bytes,3,opt,name=new_password,json=newPassword,proto3" json:"new_password,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdatePasswordRequest) Descriptor

func (*UpdatePasswordRequest) Descriptor() ([]byte, []int)

func (*UpdatePasswordRequest) GetEmail

func (m *UpdatePasswordRequest) GetEmail() string

func (*UpdatePasswordRequest) GetNewPassword

func (m *UpdatePasswordRequest) GetNewPassword() string

func (*UpdatePasswordRequest) GetToken

func (m *UpdatePasswordRequest) GetToken() string

func (*UpdatePasswordRequest) Marshal

func (m *UpdatePasswordRequest) Marshal() (dAtA []byte, err error)

func (*UpdatePasswordRequest) MarshalTo

func (m *UpdatePasswordRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdatePasswordRequest) ProtoMessage

func (*UpdatePasswordRequest) ProtoMessage()

func (*UpdatePasswordRequest) Reset

func (m *UpdatePasswordRequest) Reset()

func (*UpdatePasswordRequest) Size

func (m *UpdatePasswordRequest) Size() (n int)

func (*UpdatePasswordRequest) String

func (m *UpdatePasswordRequest) String() string

func (*UpdatePasswordRequest) Unmarshal

func (m *UpdatePasswordRequest) Unmarshal(dAtA []byte) error

func (*UpdatePasswordRequest) Validate

func (this *UpdatePasswordRequest) Validate() error

func (*UpdatePasswordRequest) XXX_DiscardUnknown

func (m *UpdatePasswordRequest) XXX_DiscardUnknown()

func (*UpdatePasswordRequest) XXX_Marshal

func (m *UpdatePasswordRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdatePasswordRequest) XXX_Merge

func (m *UpdatePasswordRequest) XXX_Merge(src proto.Message)

func (*UpdatePasswordRequest) XXX_Size

func (m *UpdatePasswordRequest) XXX_Size() int

func (*UpdatePasswordRequest) XXX_Unmarshal

func (m *UpdatePasswordRequest) XXX_Unmarshal(b []byte) error

type UpdateRoleRequest

type UpdateRoleRequest struct {
	UserName             string   `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	RoleId               uint32   `protobuf:"varint,2,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateRoleRequest) Descriptor

func (*UpdateRoleRequest) Descriptor() ([]byte, []int)

func (*UpdateRoleRequest) GetRoleId

func (m *UpdateRoleRequest) GetRoleId() uint32

func (*UpdateRoleRequest) GetUserName

func (m *UpdateRoleRequest) GetUserName() string

func (*UpdateRoleRequest) Marshal

func (m *UpdateRoleRequest) Marshal() (dAtA []byte, err error)

func (*UpdateRoleRequest) MarshalTo

func (m *UpdateRoleRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateRoleRequest) ProtoMessage

func (*UpdateRoleRequest) ProtoMessage()

func (*UpdateRoleRequest) Reset

func (m *UpdateRoleRequest) Reset()

func (*UpdateRoleRequest) Size

func (m *UpdateRoleRequest) Size() (n int)

func (*UpdateRoleRequest) String

func (m *UpdateRoleRequest) String() string

func (*UpdateRoleRequest) Unmarshal

func (m *UpdateRoleRequest) Unmarshal(dAtA []byte) error

func (*UpdateRoleRequest) Validate

func (this *UpdateRoleRequest) Validate() error

func (*UpdateRoleRequest) XXX_DiscardUnknown

func (m *UpdateRoleRequest) XXX_DiscardUnknown()

func (*UpdateRoleRequest) XXX_Marshal

func (m *UpdateRoleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateRoleRequest) XXX_Merge

func (m *UpdateRoleRequest) XXX_Merge(src proto.Message)

func (*UpdateRoleRequest) XXX_Size

func (m *UpdateRoleRequest) XXX_Size() int

func (*UpdateRoleRequest) XXX_Unmarshal

func (m *UpdateRoleRequest) XXX_Unmarshal(b []byte) error

type UpdateUserBlogRequest

type UpdateUserBlogRequest struct {
	Blog                 *Blog    `protobuf:"bytes,1,opt,name=blog,proto3" json:"blog,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateUserBlogRequest) Descriptor

func (*UpdateUserBlogRequest) Descriptor() ([]byte, []int)

func (*UpdateUserBlogRequest) GetBlog

func (m *UpdateUserBlogRequest) GetBlog() *Blog

func (*UpdateUserBlogRequest) Marshal

func (m *UpdateUserBlogRequest) Marshal() (dAtA []byte, err error)

func (*UpdateUserBlogRequest) MarshalTo

func (m *UpdateUserBlogRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateUserBlogRequest) ProtoMessage

func (*UpdateUserBlogRequest) ProtoMessage()

func (*UpdateUserBlogRequest) Reset

func (m *UpdateUserBlogRequest) Reset()

func (*UpdateUserBlogRequest) Size

func (m *UpdateUserBlogRequest) Size() (n int)

func (*UpdateUserBlogRequest) String

func (m *UpdateUserBlogRequest) String() string

func (*UpdateUserBlogRequest) Unmarshal

func (m *UpdateUserBlogRequest) Unmarshal(dAtA []byte) error

func (*UpdateUserBlogRequest) Validate

func (this *UpdateUserBlogRequest) Validate() error

func (*UpdateUserBlogRequest) XXX_DiscardUnknown

func (m *UpdateUserBlogRequest) XXX_DiscardUnknown()

func (*UpdateUserBlogRequest) XXX_Marshal

func (m *UpdateUserBlogRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateUserBlogRequest) XXX_Merge

func (m *UpdateUserBlogRequest) XXX_Merge(src proto.Message)

func (*UpdateUserBlogRequest) XXX_Size

func (m *UpdateUserBlogRequest) XXX_Size() int

func (*UpdateUserBlogRequest) XXX_Unmarshal

func (m *UpdateUserBlogRequest) XXX_Unmarshal(b []byte) error

type UpdateUserIconRequest

type UpdateUserIconRequest struct {
	Image                []byte   `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateUserIconRequest) Descriptor

func (*UpdateUserIconRequest) Descriptor() ([]byte, []int)

func (*UpdateUserIconRequest) GetImage

func (m *UpdateUserIconRequest) GetImage() []byte

func (*UpdateUserIconRequest) Marshal

func (m *UpdateUserIconRequest) Marshal() (dAtA []byte, err error)

func (*UpdateUserIconRequest) MarshalTo

func (m *UpdateUserIconRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateUserIconRequest) ProtoMessage

func (*UpdateUserIconRequest) ProtoMessage()

func (*UpdateUserIconRequest) Reset

func (m *UpdateUserIconRequest) Reset()

func (*UpdateUserIconRequest) Size

func (m *UpdateUserIconRequest) Size() (n int)

func (*UpdateUserIconRequest) String

func (m *UpdateUserIconRequest) String() string

func (*UpdateUserIconRequest) Unmarshal

func (m *UpdateUserIconRequest) Unmarshal(dAtA []byte) error

func (*UpdateUserIconRequest) Validate

func (this *UpdateUserIconRequest) Validate() error

func (*UpdateUserIconRequest) XXX_DiscardUnknown

func (m *UpdateUserIconRequest) XXX_DiscardUnknown()

func (*UpdateUserIconRequest) XXX_Marshal

func (m *UpdateUserIconRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateUserIconRequest) XXX_Merge

func (m *UpdateUserIconRequest) XXX_Merge(src proto.Message)

func (*UpdateUserIconRequest) XXX_Size

func (m *UpdateUserIconRequest) XXX_Size() int

func (*UpdateUserIconRequest) XXX_Unmarshal

func (m *UpdateUserIconRequest) XXX_Unmarshal(b []byte) error

type UpdateUserProfileRequest

type UpdateUserProfileRequest struct {
	FullName             string       `protobuf:"bytes,1,opt,name=full_name,json=fullName,proto3" json:"full_name,omitempty"`
	Description          string       `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Grade                int32        `protobuf:"varint,3,opt,name=grade,proto3" json:"grade,omitempty"`
	Left                 bool         `protobuf:"varint,4,opt,name=left,proto3" json:"left,omitempty"`
	RoleId               uint32       `protobuf:"varint,5,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	TwitterScreenName    string       `protobuf:"bytes,6,opt,name=twitter_screen_name,json=twitterScreenName,proto3" json:"twitter_screen_name,omitempty"`
	GithubUserName       string       `protobuf:"bytes,7,opt,name=github_user_name,json=githubUserName,proto3" json:"github_user_name,omitempty"`
	DepartmentId         uint32       `protobuf:"varint,8,opt,name=department_id,json=departmentId,proto3" json:"department_id,omitempty"`
	ProfileScope         ProfileScope `` /* 148-byte string literal not displayed */
	AtcoderUserName      string       `protobuf:"bytes,10,opt,name=atcoder_user_name,json=atcoderUserName,proto3" json:"atcoder_user_name,omitempty"`
	DisplayName          string       `protobuf:"bytes,11,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*UpdateUserProfileRequest) Descriptor

func (*UpdateUserProfileRequest) Descriptor() ([]byte, []int)

func (*UpdateUserProfileRequest) GetAtcoderUserName

func (m *UpdateUserProfileRequest) GetAtcoderUserName() string

func (*UpdateUserProfileRequest) GetDepartmentId

func (m *UpdateUserProfileRequest) GetDepartmentId() uint32

func (*UpdateUserProfileRequest) GetDescription

func (m *UpdateUserProfileRequest) GetDescription() string

func (*UpdateUserProfileRequest) GetDisplayName

func (m *UpdateUserProfileRequest) GetDisplayName() string

func (*UpdateUserProfileRequest) GetFullName

func (m *UpdateUserProfileRequest) GetFullName() string

func (*UpdateUserProfileRequest) GetGithubUserName

func (m *UpdateUserProfileRequest) GetGithubUserName() string

func (*UpdateUserProfileRequest) GetGrade

func (m *UpdateUserProfileRequest) GetGrade() int32

func (*UpdateUserProfileRequest) GetLeft

func (m *UpdateUserProfileRequest) GetLeft() bool

func (*UpdateUserProfileRequest) GetProfileScope

func (m *UpdateUserProfileRequest) GetProfileScope() ProfileScope

func (*UpdateUserProfileRequest) GetRoleId

func (m *UpdateUserProfileRequest) GetRoleId() uint32

func (*UpdateUserProfileRequest) GetTwitterScreenName

func (m *UpdateUserProfileRequest) GetTwitterScreenName() string

func (*UpdateUserProfileRequest) Marshal

func (m *UpdateUserProfileRequest) Marshal() (dAtA []byte, err error)

func (*UpdateUserProfileRequest) MarshalTo

func (m *UpdateUserProfileRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateUserProfileRequest) ProtoMessage

func (*UpdateUserProfileRequest) ProtoMessage()

func (*UpdateUserProfileRequest) Reset

func (m *UpdateUserProfileRequest) Reset()

func (*UpdateUserProfileRequest) Size

func (m *UpdateUserProfileRequest) Size() (n int)

func (*UpdateUserProfileRequest) String

func (m *UpdateUserProfileRequest) String() string

func (*UpdateUserProfileRequest) Unmarshal

func (m *UpdateUserProfileRequest) Unmarshal(dAtA []byte) error

func (*UpdateUserProfileRequest) Validate

func (this *UpdateUserProfileRequest) Validate() error

func (*UpdateUserProfileRequest) XXX_DiscardUnknown

func (m *UpdateUserProfileRequest) XXX_DiscardUnknown()

func (*UpdateUserProfileRequest) XXX_Marshal

func (m *UpdateUserProfileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateUserProfileRequest) XXX_Merge

func (m *UpdateUserProfileRequest) XXX_Merge(src proto.Message)

func (*UpdateUserProfileRequest) XXX_Size

func (m *UpdateUserProfileRequest) XXX_Size() int

func (*UpdateUserProfileRequest) XXX_Unmarshal

func (m *UpdateUserProfileRequest) XXX_Unmarshal(b []byte) error

type User

type User struct {
	UserId               uint32       `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Name                 string       `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Email                string       `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	FullName             string       `protobuf:"bytes,4,opt,name=full_name,json=fullName,proto3" json:"full_name,omitempty"`
	IconUrl              string       `protobuf:"bytes,5,opt,name=icon_url,json=iconUrl,proto3" json:"icon_url,omitempty"`
	Description          string       `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	Grade                int32        `protobuf:"varint,7,opt,name=grade,proto3" json:"grade,omitempty"`
	Left                 bool         `protobuf:"varint,8,opt,name=left,proto3" json:"left,omitempty"`
	Role                 *Role        `protobuf:"bytes,11,opt,name=role,proto3" json:"role,omitempty"`
	TwitterScreenName    string       `protobuf:"bytes,12,opt,name=twitter_screen_name,json=twitterScreenName,proto3" json:"twitter_screen_name,omitempty"`
	GithubUserName       string       `protobuf:"bytes,13,opt,name=github_user_name,json=githubUserName,proto3" json:"github_user_name,omitempty"`
	Department           *Department  `protobuf:"bytes,14,opt,name=department,proto3" json:"department,omitempty"`
	ProfileScope         ProfileScope `` /* 149-byte string literal not displayed */
	AtcoderUserName      string       `protobuf:"bytes,16,opt,name=atcoder_user_name,json=atcoderUserName,proto3" json:"atcoder_user_name,omitempty"`
	DisplayName          string       `protobuf:"bytes,17,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Authority            Authority    `protobuf:"varint,18,opt,name=authority,proto3,enum=programming_lab.prolab_accounts.Authority" json:"authority,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*User) Descriptor

func (*User) Descriptor() ([]byte, []int)

func (*User) GetAtcoderUserName

func (m *User) GetAtcoderUserName() string

func (*User) GetAuthority

func (m *User) GetAuthority() Authority

func (*User) GetDepartment

func (m *User) GetDepartment() *Department

func (*User) GetDescription

func (m *User) GetDescription() string

func (*User) GetDisplayName

func (m *User) GetDisplayName() string

func (*User) GetEmail

func (m *User) GetEmail() string

func (*User) GetFullName

func (m *User) GetFullName() string

func (*User) GetGithubUserName

func (m *User) GetGithubUserName() string

func (*User) GetGrade

func (m *User) GetGrade() int32

func (*User) GetIconUrl

func (m *User) GetIconUrl() string

func (*User) GetLeft

func (m *User) GetLeft() bool

func (*User) GetName

func (m *User) GetName() string

func (*User) GetProfileScope

func (m *User) GetProfileScope() ProfileScope

func (*User) GetRole

func (m *User) GetRole() *Role

func (*User) GetTwitterScreenName

func (m *User) GetTwitterScreenName() string

func (*User) GetUserId

func (m *User) GetUserId() uint32

func (*User) Marshal

func (m *User) Marshal() (dAtA []byte, err error)

func (*User) MarshalTo

func (m *User) MarshalTo(dAtA []byte) (int, error)

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) Reset

func (m *User) Reset()

func (*User) Size

func (m *User) Size() (n int)

func (*User) String

func (m *User) String() string

func (*User) Unmarshal

func (m *User) Unmarshal(dAtA []byte) error

func (*User) Validate

func (this *User) Validate() error

func (*User) XXX_DiscardUnknown

func (m *User) XXX_DiscardUnknown()

func (*User) XXX_Marshal

func (m *User) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*User) XXX_Merge

func (m *User) XXX_Merge(src proto.Message)

func (*User) XXX_Size

func (m *User) XXX_Size() int

func (*User) XXX_Unmarshal

func (m *User) XXX_Unmarshal(b []byte) error

type UserBlogServiceClient

type UserBlogServiceClient interface {
	FindFeedURL(ctx context.Context, in *FindFeedURLRequest, opts ...grpc.CallOption) (*Blog, error)
	CreateUserBlog(ctx context.Context, in *CreateUserBlogRequest, opts ...grpc.CallOption) (*Blog, error)
	UpdateUserBlog(ctx context.Context, in *UpdateUserBlogRequest, opts ...grpc.CallOption) (*Blog, error)
	DeleteUserBlog(ctx context.Context, in *DeleteUserBlogRequest, opts ...grpc.CallOption) (*empty.Empty, error)
}

UserBlogServiceClient is the client API for UserBlogService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewUserBlogServiceClient

func NewUserBlogServiceClient(cc *grpc.ClientConn) UserBlogServiceClient

type UserBlogServiceServer

type UserBlogServiceServer interface {
	FindFeedURL(context.Context, *FindFeedURLRequest) (*Blog, error)
	CreateUserBlog(context.Context, *CreateUserBlogRequest) (*Blog, error)
	UpdateUserBlog(context.Context, *UpdateUserBlogRequest) (*Blog, error)
	DeleteUserBlog(context.Context, *DeleteUserBlogRequest) (*empty.Empty, error)
}

UserBlogServiceServer is the server API for UserBlogService service.

type UserServiceClient

type UserServiceClient interface {
	ListPublicUsers(ctx context.Context, in *ListUsersRequest, opts ...grpc.CallOption) (*ListUsersResponse, error)
	ListPrivateUsers(ctx context.Context, in *ListUsersRequest, opts ...grpc.CallOption) (*ListUsersResponse, error)
	GetUser(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption) (*User, error)
	UpdateUserRole(ctx context.Context, in *UpdateRoleRequest, opts ...grpc.CallOption) (*User, error)
	CreateUser(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption) (*User, error)
	GetCurrentUser(ctx context.Context, in *GetCurrentUserRequest, opts ...grpc.CallOption) (*User, error)
	UpdateUserProfile(ctx context.Context, in *UpdateUserProfileRequest, opts ...grpc.CallOption) (*User, error)
	UpdateUserIcon(ctx context.Context, in *UpdateUserIconRequest, opts ...grpc.CallOption) (*User, error)
}

UserServiceClient is the client API for UserService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewUserServiceClient

func NewUserServiceClient(cc *grpc.ClientConn) UserServiceClient

type UserServiceServer

type UserServiceServer interface {
	ListPublicUsers(context.Context, *ListUsersRequest) (*ListUsersResponse, error)
	ListPrivateUsers(context.Context, *ListUsersRequest) (*ListUsersResponse, error)
	GetUser(context.Context, *GetUserRequest) (*User, error)
	UpdateUserRole(context.Context, *UpdateRoleRequest) (*User, error)
	CreateUser(context.Context, *CreateUserRequest) (*User, error)
	GetCurrentUser(context.Context, *GetCurrentUserRequest) (*User, error)
	UpdateUserProfile(context.Context, *UpdateUserProfileRequest) (*User, error)
	UpdateUserIcon(context.Context, *UpdateUserIconRequest) (*User, error)
}

UserServiceServer is the server API for UserService service.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL