pwapi

package
v2.35.4 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2020 License: Apache-2.0, MIT Imports: 60 Imported by: 0

Documentation

Overview

Package pwapi is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthPwapi        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowPwapi          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupPwapi = fmt.Errorf("proto: unexpected end of group")
)

Functions

func RegisterServiceHandler

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

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

func RegisterServiceHandlerClient

func RegisterServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ServiceClient) error

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

func RegisterServiceHandlerFromEndpoint

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

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

func RegisterServiceHandlerServer

func RegisterServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ServiceServer) error

RegisterServiceHandlerServer registers the http handlers for service Service to "mux". UnaryRPC :call ServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterServiceServer

func RegisterServiceServer(s *grpc.Server, srv ServiceServer)

Types

type AdminChallengeAdd added in v2.9.0

type AdminChallengeAdd struct {
}

func (*AdminChallengeAdd) Descriptor added in v2.9.0

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

func (*AdminChallengeAdd) Marshal added in v2.9.0

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

func (*AdminChallengeAdd) MarshalTo added in v2.9.0

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

func (*AdminChallengeAdd) MarshalToSizedBuffer added in v2.9.0

func (m *AdminChallengeAdd) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminChallengeAdd) ProtoMessage added in v2.9.0

func (*AdminChallengeAdd) ProtoMessage()

func (*AdminChallengeAdd) Reset added in v2.9.0

func (m *AdminChallengeAdd) Reset()

func (*AdminChallengeAdd) Size added in v2.9.0

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

func (*AdminChallengeAdd) String added in v2.9.0

func (m *AdminChallengeAdd) String() string

func (*AdminChallengeAdd) Unmarshal added in v2.9.0

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

func (*AdminChallengeAdd) XXX_DiscardUnknown added in v2.9.0

func (m *AdminChallengeAdd) XXX_DiscardUnknown()

func (*AdminChallengeAdd) XXX_Marshal added in v2.9.0

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

func (*AdminChallengeAdd) XXX_Merge added in v2.9.0

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

func (*AdminChallengeAdd) XXX_Size added in v2.9.0

func (m *AdminChallengeAdd) XXX_Size() int

func (*AdminChallengeAdd) XXX_Unmarshal added in v2.9.0

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

type AdminChallengeAdd_Input added in v2.9.0

type AdminChallengeAdd_Input struct {
	Challenge *pwdb.Challenge `protobuf:"bytes,1,opt,name=challenge,proto3" json:"challenge,omitempty"`
}

func (*AdminChallengeAdd_Input) Descriptor added in v2.9.0

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

func (*AdminChallengeAdd_Input) GetChallenge added in v2.9.0

func (m *AdminChallengeAdd_Input) GetChallenge() *pwdb.Challenge

func (*AdminChallengeAdd_Input) Marshal added in v2.9.0

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

func (*AdminChallengeAdd_Input) MarshalTo added in v2.9.0

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

func (*AdminChallengeAdd_Input) MarshalToSizedBuffer added in v2.9.0

func (m *AdminChallengeAdd_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminChallengeAdd_Input) ProtoMessage added in v2.9.0

func (*AdminChallengeAdd_Input) ProtoMessage()

func (*AdminChallengeAdd_Input) Reset added in v2.9.0

func (m *AdminChallengeAdd_Input) Reset()

func (*AdminChallengeAdd_Input) Size added in v2.9.0

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

func (*AdminChallengeAdd_Input) String added in v2.9.0

func (m *AdminChallengeAdd_Input) String() string

func (*AdminChallengeAdd_Input) Unmarshal added in v2.9.0

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

func (*AdminChallengeAdd_Input) XXX_DiscardUnknown added in v2.9.0

func (m *AdminChallengeAdd_Input) XXX_DiscardUnknown()

func (*AdminChallengeAdd_Input) XXX_Marshal added in v2.9.0

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

func (*AdminChallengeAdd_Input) XXX_Merge added in v2.9.0

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

func (*AdminChallengeAdd_Input) XXX_Size added in v2.9.0

func (m *AdminChallengeAdd_Input) XXX_Size() int

func (*AdminChallengeAdd_Input) XXX_Unmarshal added in v2.9.0

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

type AdminChallengeAdd_Output added in v2.9.0

type AdminChallengeAdd_Output struct {
	Challenge *pwdb.Challenge `protobuf:"bytes,1,opt,name=challenge,proto3" json:"challenge,omitempty"`
}

func (*AdminChallengeAdd_Output) Descriptor added in v2.9.0

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

func (*AdminChallengeAdd_Output) GetChallenge added in v2.9.0

func (m *AdminChallengeAdd_Output) GetChallenge() *pwdb.Challenge

func (*AdminChallengeAdd_Output) Marshal added in v2.9.0

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

func (*AdminChallengeAdd_Output) MarshalTo added in v2.9.0

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

func (*AdminChallengeAdd_Output) MarshalToSizedBuffer added in v2.9.0

func (m *AdminChallengeAdd_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminChallengeAdd_Output) ProtoMessage added in v2.9.0

func (*AdminChallengeAdd_Output) ProtoMessage()

func (*AdminChallengeAdd_Output) Reset added in v2.9.0

func (m *AdminChallengeAdd_Output) Reset()

func (*AdminChallengeAdd_Output) Size added in v2.9.0

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

func (*AdminChallengeAdd_Output) String added in v2.9.0

func (m *AdminChallengeAdd_Output) String() string

func (*AdminChallengeAdd_Output) Unmarshal added in v2.9.0

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

func (*AdminChallengeAdd_Output) XXX_DiscardUnknown added in v2.9.0

func (m *AdminChallengeAdd_Output) XXX_DiscardUnknown()

func (*AdminChallengeAdd_Output) XXX_Marshal added in v2.9.0

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

func (*AdminChallengeAdd_Output) XXX_Merge added in v2.9.0

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

func (*AdminChallengeAdd_Output) XXX_Size added in v2.9.0

func (m *AdminChallengeAdd_Output) XXX_Size() int

func (*AdminChallengeAdd_Output) XXX_Unmarshal added in v2.9.0

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

type AdminChallengeFlavorAdd added in v2.19.0

type AdminChallengeFlavorAdd struct {
}

func (*AdminChallengeFlavorAdd) Descriptor added in v2.19.0

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

func (*AdminChallengeFlavorAdd) Marshal added in v2.19.0

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

func (*AdminChallengeFlavorAdd) MarshalTo added in v2.19.0

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

func (*AdminChallengeFlavorAdd) MarshalToSizedBuffer added in v2.19.0

func (m *AdminChallengeFlavorAdd) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminChallengeFlavorAdd) ProtoMessage added in v2.19.0

func (*AdminChallengeFlavorAdd) ProtoMessage()

func (*AdminChallengeFlavorAdd) Reset added in v2.19.0

func (m *AdminChallengeFlavorAdd) Reset()

func (*AdminChallengeFlavorAdd) Size added in v2.19.0

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

func (*AdminChallengeFlavorAdd) String added in v2.19.0

func (m *AdminChallengeFlavorAdd) String() string

func (*AdminChallengeFlavorAdd) Unmarshal added in v2.19.0

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

func (*AdminChallengeFlavorAdd) XXX_DiscardUnknown added in v2.19.0

func (m *AdminChallengeFlavorAdd) XXX_DiscardUnknown()

func (*AdminChallengeFlavorAdd) XXX_Marshal added in v2.19.0

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

func (*AdminChallengeFlavorAdd) XXX_Merge added in v2.19.0

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

func (*AdminChallengeFlavorAdd) XXX_Size added in v2.19.0

func (m *AdminChallengeFlavorAdd) XXX_Size() int

func (*AdminChallengeFlavorAdd) XXX_Unmarshal added in v2.19.0

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

type AdminChallengeFlavorAdd_Input added in v2.19.0

type AdminChallengeFlavorAdd_Input struct {
	ChallengeFlavor *pwdb.ChallengeFlavor `protobuf:"bytes,1,opt,name=challengeFlavor,proto3" json:"challengeFlavor,omitempty"`
}

func (*AdminChallengeFlavorAdd_Input) Descriptor added in v2.19.0

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

func (*AdminChallengeFlavorAdd_Input) GetChallengeFlavor added in v2.19.0

func (m *AdminChallengeFlavorAdd_Input) GetChallengeFlavor() *pwdb.ChallengeFlavor

func (*AdminChallengeFlavorAdd_Input) Marshal added in v2.19.0

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

func (*AdminChallengeFlavorAdd_Input) MarshalTo added in v2.19.0

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

func (*AdminChallengeFlavorAdd_Input) MarshalToSizedBuffer added in v2.19.0

func (m *AdminChallengeFlavorAdd_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminChallengeFlavorAdd_Input) ProtoMessage added in v2.19.0

func (*AdminChallengeFlavorAdd_Input) ProtoMessage()

func (*AdminChallengeFlavorAdd_Input) Reset added in v2.19.0

func (m *AdminChallengeFlavorAdd_Input) Reset()

func (*AdminChallengeFlavorAdd_Input) Size added in v2.19.0

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

func (*AdminChallengeFlavorAdd_Input) String added in v2.19.0

func (*AdminChallengeFlavorAdd_Input) Unmarshal added in v2.19.0

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

func (*AdminChallengeFlavorAdd_Input) XXX_DiscardUnknown added in v2.19.0

func (m *AdminChallengeFlavorAdd_Input) XXX_DiscardUnknown()

func (*AdminChallengeFlavorAdd_Input) XXX_Marshal added in v2.19.0

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

func (*AdminChallengeFlavorAdd_Input) XXX_Merge added in v2.19.0

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

func (*AdminChallengeFlavorAdd_Input) XXX_Size added in v2.19.0

func (m *AdminChallengeFlavorAdd_Input) XXX_Size() int

func (*AdminChallengeFlavorAdd_Input) XXX_Unmarshal added in v2.19.0

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

type AdminChallengeFlavorAdd_Output added in v2.19.0

type AdminChallengeFlavorAdd_Output struct {
	ChallengeFlavor *pwdb.ChallengeFlavor `protobuf:"bytes,1,opt,name=challengeFlavor,proto3" json:"challengeFlavor,omitempty"`
}

func (*AdminChallengeFlavorAdd_Output) Descriptor added in v2.19.0

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

func (*AdminChallengeFlavorAdd_Output) GetChallengeFlavor added in v2.19.0

func (m *AdminChallengeFlavorAdd_Output) GetChallengeFlavor() *pwdb.ChallengeFlavor

func (*AdminChallengeFlavorAdd_Output) Marshal added in v2.19.0

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

func (*AdminChallengeFlavorAdd_Output) MarshalTo added in v2.19.0

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

func (*AdminChallengeFlavorAdd_Output) MarshalToSizedBuffer added in v2.19.0

func (m *AdminChallengeFlavorAdd_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminChallengeFlavorAdd_Output) ProtoMessage added in v2.19.0

func (*AdminChallengeFlavorAdd_Output) ProtoMessage()

func (*AdminChallengeFlavorAdd_Output) Reset added in v2.19.0

func (m *AdminChallengeFlavorAdd_Output) Reset()

func (*AdminChallengeFlavorAdd_Output) Size added in v2.19.0

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

func (*AdminChallengeFlavorAdd_Output) String added in v2.19.0

func (*AdminChallengeFlavorAdd_Output) Unmarshal added in v2.19.0

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

func (*AdminChallengeFlavorAdd_Output) XXX_DiscardUnknown added in v2.19.0

func (m *AdminChallengeFlavorAdd_Output) XXX_DiscardUnknown()

func (*AdminChallengeFlavorAdd_Output) XXX_Marshal added in v2.19.0

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

func (*AdminChallengeFlavorAdd_Output) XXX_Merge added in v2.19.0

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

func (*AdminChallengeFlavorAdd_Output) XXX_Size added in v2.19.0

func (m *AdminChallengeFlavorAdd_Output) XXX_Size() int

func (*AdminChallengeFlavorAdd_Output) XXX_Unmarshal added in v2.19.0

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

type AdminChallengeInstanceAdd added in v2.19.0

type AdminChallengeInstanceAdd struct {
}

func (*AdminChallengeInstanceAdd) Descriptor added in v2.19.0

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

func (*AdminChallengeInstanceAdd) Marshal added in v2.19.0

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

func (*AdminChallengeInstanceAdd) MarshalTo added in v2.19.0

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

func (*AdminChallengeInstanceAdd) MarshalToSizedBuffer added in v2.19.0

func (m *AdminChallengeInstanceAdd) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminChallengeInstanceAdd) ProtoMessage added in v2.19.0

func (*AdminChallengeInstanceAdd) ProtoMessage()

func (*AdminChallengeInstanceAdd) Reset added in v2.19.0

func (m *AdminChallengeInstanceAdd) Reset()

func (*AdminChallengeInstanceAdd) Size added in v2.19.0

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

func (*AdminChallengeInstanceAdd) String added in v2.19.0

func (m *AdminChallengeInstanceAdd) String() string

func (*AdminChallengeInstanceAdd) Unmarshal added in v2.19.0

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

func (*AdminChallengeInstanceAdd) XXX_DiscardUnknown added in v2.19.0

func (m *AdminChallengeInstanceAdd) XXX_DiscardUnknown()

func (*AdminChallengeInstanceAdd) XXX_Marshal added in v2.19.0

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

func (*AdminChallengeInstanceAdd) XXX_Merge added in v2.19.0

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

func (*AdminChallengeInstanceAdd) XXX_Size added in v2.19.0

func (m *AdminChallengeInstanceAdd) XXX_Size() int

func (*AdminChallengeInstanceAdd) XXX_Unmarshal added in v2.19.0

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

type AdminChallengeInstanceAdd_Input added in v2.19.0

type AdminChallengeInstanceAdd_Input struct {
	ChallengeInstance *pwdb.ChallengeInstance `protobuf:"bytes,1,opt,name=challengeInstance,proto3" json:"challengeInstance,omitempty"`
}

func (*AdminChallengeInstanceAdd_Input) Descriptor added in v2.19.0

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

func (*AdminChallengeInstanceAdd_Input) GetChallengeInstance added in v2.19.0

func (m *AdminChallengeInstanceAdd_Input) GetChallengeInstance() *pwdb.ChallengeInstance

func (*AdminChallengeInstanceAdd_Input) Marshal added in v2.19.0

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

func (*AdminChallengeInstanceAdd_Input) MarshalTo added in v2.19.0

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

func (*AdminChallengeInstanceAdd_Input) MarshalToSizedBuffer added in v2.19.0

func (m *AdminChallengeInstanceAdd_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminChallengeInstanceAdd_Input) ProtoMessage added in v2.19.0

func (*AdminChallengeInstanceAdd_Input) ProtoMessage()

func (*AdminChallengeInstanceAdd_Input) Reset added in v2.19.0

func (*AdminChallengeInstanceAdd_Input) Size added in v2.19.0

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

func (*AdminChallengeInstanceAdd_Input) String added in v2.19.0

func (*AdminChallengeInstanceAdd_Input) Unmarshal added in v2.19.0

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

func (*AdminChallengeInstanceAdd_Input) XXX_DiscardUnknown added in v2.19.0

func (m *AdminChallengeInstanceAdd_Input) XXX_DiscardUnknown()

func (*AdminChallengeInstanceAdd_Input) XXX_Marshal added in v2.19.0

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

func (*AdminChallengeInstanceAdd_Input) XXX_Merge added in v2.19.0

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

func (*AdminChallengeInstanceAdd_Input) XXX_Size added in v2.19.0

func (m *AdminChallengeInstanceAdd_Input) XXX_Size() int

func (*AdminChallengeInstanceAdd_Input) XXX_Unmarshal added in v2.19.0

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

type AdminChallengeInstanceAdd_Output added in v2.19.0

type AdminChallengeInstanceAdd_Output struct {
	ChallengeInstance *pwdb.ChallengeInstance `protobuf:"bytes,1,opt,name=challengeInstance,proto3" json:"challengeInstance,omitempty"`
}

func (*AdminChallengeInstanceAdd_Output) Descriptor added in v2.19.0

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

func (*AdminChallengeInstanceAdd_Output) GetChallengeInstance added in v2.19.0

func (m *AdminChallengeInstanceAdd_Output) GetChallengeInstance() *pwdb.ChallengeInstance

func (*AdminChallengeInstanceAdd_Output) Marshal added in v2.19.0

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

func (*AdminChallengeInstanceAdd_Output) MarshalTo added in v2.19.0

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

func (*AdminChallengeInstanceAdd_Output) MarshalToSizedBuffer added in v2.19.0

func (m *AdminChallengeInstanceAdd_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminChallengeInstanceAdd_Output) ProtoMessage added in v2.19.0

func (*AdminChallengeInstanceAdd_Output) ProtoMessage()

func (*AdminChallengeInstanceAdd_Output) Reset added in v2.19.0

func (*AdminChallengeInstanceAdd_Output) Size added in v2.19.0

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

func (*AdminChallengeInstanceAdd_Output) String added in v2.19.0

func (*AdminChallengeInstanceAdd_Output) Unmarshal added in v2.19.0

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

func (*AdminChallengeInstanceAdd_Output) XXX_DiscardUnknown added in v2.19.0

func (m *AdminChallengeInstanceAdd_Output) XXX_DiscardUnknown()

func (*AdminChallengeInstanceAdd_Output) XXX_Marshal added in v2.19.0

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

func (*AdminChallengeInstanceAdd_Output) XXX_Merge added in v2.19.0

func (*AdminChallengeInstanceAdd_Output) XXX_Size added in v2.19.0

func (m *AdminChallengeInstanceAdd_Output) XXX_Size() int

func (*AdminChallengeInstanceAdd_Output) XXX_Unmarshal added in v2.19.0

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

type AdminPS

type AdminPS struct {
}

func (*AdminPS) Descriptor

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

func (*AdminPS) Marshal

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

func (*AdminPS) MarshalTo

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

func (*AdminPS) MarshalToSizedBuffer

func (m *AdminPS) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminPS) ProtoMessage

func (*AdminPS) ProtoMessage()

func (*AdminPS) Reset

func (m *AdminPS) Reset()

func (*AdminPS) Size

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

func (*AdminPS) String

func (m *AdminPS) String() string

func (*AdminPS) Unmarshal

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

func (*AdminPS) XXX_DiscardUnknown

func (m *AdminPS) XXX_DiscardUnknown()

func (*AdminPS) XXX_Marshal

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

func (*AdminPS) XXX_Merge

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

func (*AdminPS) XXX_Size

func (m *AdminPS) XXX_Size() int

func (*AdminPS) XXX_Unmarshal

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

type AdminPS_Input

type AdminPS_Input struct {
}

func (*AdminPS_Input) Descriptor

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

func (*AdminPS_Input) Marshal

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

func (*AdminPS_Input) MarshalTo

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

func (*AdminPS_Input) MarshalToSizedBuffer

func (m *AdminPS_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminPS_Input) ProtoMessage

func (*AdminPS_Input) ProtoMessage()

func (*AdminPS_Input) Reset

func (m *AdminPS_Input) Reset()

func (*AdminPS_Input) Size

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

func (*AdminPS_Input) String

func (m *AdminPS_Input) String() string

func (*AdminPS_Input) Unmarshal

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

func (*AdminPS_Input) XXX_DiscardUnknown

func (m *AdminPS_Input) XXX_DiscardUnknown()

func (*AdminPS_Input) XXX_Marshal

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

func (*AdminPS_Input) XXX_Merge

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

func (*AdminPS_Input) XXX_Size

func (m *AdminPS_Input) XXX_Size() int

func (*AdminPS_Input) XXX_Unmarshal

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

type AdminPS_Output

type AdminPS_Output struct {
	Instances []*pwdb.ChallengeInstance `protobuf:"bytes,1,rep,name=instances,proto3" json:"instances,omitempty"`
}

func (*AdminPS_Output) Descriptor

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

func (*AdminPS_Output) GetInstances

func (m *AdminPS_Output) GetInstances() []*pwdb.ChallengeInstance

func (*AdminPS_Output) Marshal

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

func (*AdminPS_Output) MarshalTo

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

func (*AdminPS_Output) MarshalToSizedBuffer

func (m *AdminPS_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminPS_Output) ProtoMessage

func (*AdminPS_Output) ProtoMessage()

func (*AdminPS_Output) Reset

func (m *AdminPS_Output) Reset()

func (*AdminPS_Output) Size

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

func (*AdminPS_Output) String

func (m *AdminPS_Output) String() string

func (*AdminPS_Output) Unmarshal

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

func (*AdminPS_Output) XXX_DiscardUnknown

func (m *AdminPS_Output) XXX_DiscardUnknown()

func (*AdminPS_Output) XXX_Marshal

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

func (*AdminPS_Output) XXX_Merge

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

func (*AdminPS_Output) XXX_Size

func (m *AdminPS_Output) XXX_Size() int

func (*AdminPS_Output) XXX_Unmarshal

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

type AdminRedump

type AdminRedump struct {
}

func (*AdminRedump) Descriptor

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

func (*AdminRedump) Marshal

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

func (*AdminRedump) MarshalTo

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

func (*AdminRedump) MarshalToSizedBuffer

func (m *AdminRedump) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminRedump) ProtoMessage

func (*AdminRedump) ProtoMessage()

func (*AdminRedump) Reset

func (m *AdminRedump) Reset()

func (*AdminRedump) Size

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

func (*AdminRedump) String

func (m *AdminRedump) String() string

func (*AdminRedump) Unmarshal

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

func (*AdminRedump) XXX_DiscardUnknown

func (m *AdminRedump) XXX_DiscardUnknown()

func (*AdminRedump) XXX_Marshal

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

func (*AdminRedump) XXX_Merge

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

func (*AdminRedump) XXX_Size

func (m *AdminRedump) XXX_Size() int

func (*AdminRedump) XXX_Unmarshal

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

type AdminRedump_Input

type AdminRedump_Input struct {
	Identifiers []string `protobuf:"bytes,1,rep,name=identifiers,proto3" json:"identifiers,omitempty" url:"identifiers"`
}

func (*AdminRedump_Input) Descriptor

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

func (*AdminRedump_Input) GetIdentifiers

func (m *AdminRedump_Input) GetIdentifiers() []string

func (*AdminRedump_Input) Marshal

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

func (*AdminRedump_Input) MarshalTo

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

func (*AdminRedump_Input) MarshalToSizedBuffer

func (m *AdminRedump_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminRedump_Input) ProtoMessage

func (*AdminRedump_Input) ProtoMessage()

func (*AdminRedump_Input) Reset

func (m *AdminRedump_Input) Reset()

func (*AdminRedump_Input) Size

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

func (*AdminRedump_Input) String

func (m *AdminRedump_Input) String() string

func (*AdminRedump_Input) Unmarshal

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

func (*AdminRedump_Input) XXX_DiscardUnknown

func (m *AdminRedump_Input) XXX_DiscardUnknown()

func (*AdminRedump_Input) XXX_Marshal

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

func (*AdminRedump_Input) XXX_Merge

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

func (*AdminRedump_Input) XXX_Size

func (m *AdminRedump_Input) XXX_Size() int

func (*AdminRedump_Input) XXX_Unmarshal

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

type AdminRedump_Output

type AdminRedump_Output struct {
}

func (*AdminRedump_Output) Descriptor

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

func (*AdminRedump_Output) Marshal

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

func (*AdminRedump_Output) MarshalTo

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

func (*AdminRedump_Output) MarshalToSizedBuffer

func (m *AdminRedump_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AdminRedump_Output) ProtoMessage

func (*AdminRedump_Output) ProtoMessage()

func (*AdminRedump_Output) Reset

func (m *AdminRedump_Output) Reset()

func (*AdminRedump_Output) Size

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

func (*AdminRedump_Output) String

func (m *AdminRedump_Output) String() string

func (*AdminRedump_Output) Unmarshal

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

func (*AdminRedump_Output) XXX_DiscardUnknown

func (m *AdminRedump_Output) XXX_DiscardUnknown()

func (*AdminRedump_Output) XXX_Marshal

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

func (*AdminRedump_Output) XXX_Merge

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

func (*AdminRedump_Output) XXX_Size

func (m *AdminRedump_Output) XXX_Size() int

func (*AdminRedump_Output) XXX_Unmarshal

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

type AgentList

type AgentList struct {
}

func (*AgentList) Descriptor

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

func (*AgentList) Marshal

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

func (*AgentList) MarshalTo

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

func (*AgentList) MarshalToSizedBuffer

func (m *AgentList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AgentList) ProtoMessage

func (*AgentList) ProtoMessage()

func (*AgentList) Reset

func (m *AgentList) Reset()

func (*AgentList) Size

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

func (*AgentList) String

func (m *AgentList) String() string

func (*AgentList) Unmarshal

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

func (*AgentList) XXX_DiscardUnknown

func (m *AgentList) XXX_DiscardUnknown()

func (*AgentList) XXX_Marshal

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

func (*AgentList) XXX_Merge

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

func (*AgentList) XXX_Size

func (m *AgentList) XXX_Size() int

func (*AgentList) XXX_Unmarshal

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

type AgentListInstances

type AgentListInstances struct {
}

func (*AgentListInstances) Descriptor

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

func (*AgentListInstances) Marshal

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

func (*AgentListInstances) MarshalTo

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

func (*AgentListInstances) MarshalToSizedBuffer

func (m *AgentListInstances) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AgentListInstances) ProtoMessage

func (*AgentListInstances) ProtoMessage()

func (*AgentListInstances) Reset

func (m *AgentListInstances) Reset()

func (*AgentListInstances) Size

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

func (*AgentListInstances) String

func (m *AgentListInstances) String() string

func (*AgentListInstances) Unmarshal

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

func (*AgentListInstances) XXX_DiscardUnknown

func (m *AgentListInstances) XXX_DiscardUnknown()

func (*AgentListInstances) XXX_Marshal

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

func (*AgentListInstances) XXX_Merge

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

func (*AgentListInstances) XXX_Size

func (m *AgentListInstances) XXX_Size() int

func (*AgentListInstances) XXX_Unmarshal

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

type AgentListInstances_Input

type AgentListInstances_Input struct {
	AgentName string `protobuf:"bytes,1,opt,name=agent_name,json=agentName,proto3" json:"agent_name,omitempty" url:"agent_name"`
}

func (*AgentListInstances_Input) Descriptor

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

func (*AgentListInstances_Input) GetAgentName

func (m *AgentListInstances_Input) GetAgentName() string

func (*AgentListInstances_Input) Marshal

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

func (*AgentListInstances_Input) MarshalTo

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

func (*AgentListInstances_Input) MarshalToSizedBuffer

func (m *AgentListInstances_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AgentListInstances_Input) ProtoMessage

func (*AgentListInstances_Input) ProtoMessage()

func (*AgentListInstances_Input) Reset

func (m *AgentListInstances_Input) Reset()

func (*AgentListInstances_Input) Size

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

func (*AgentListInstances_Input) String

func (m *AgentListInstances_Input) String() string

func (*AgentListInstances_Input) Unmarshal

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

func (*AgentListInstances_Input) XXX_DiscardUnknown

func (m *AgentListInstances_Input) XXX_DiscardUnknown()

func (*AgentListInstances_Input) XXX_Marshal

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

func (*AgentListInstances_Input) XXX_Merge

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

func (*AgentListInstances_Input) XXX_Size

func (m *AgentListInstances_Input) XXX_Size() int

func (*AgentListInstances_Input) XXX_Unmarshal

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

type AgentListInstances_Output

type AgentListInstances_Output struct {
	Instances []*pwdb.ChallengeInstance `protobuf:"bytes,1,rep,name=instances,proto3" json:"instances,omitempty"`
}

func (*AgentListInstances_Output) Descriptor

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

func (*AgentListInstances_Output) GetInstances

func (m *AgentListInstances_Output) GetInstances() []*pwdb.ChallengeInstance

func (*AgentListInstances_Output) Marshal

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

func (*AgentListInstances_Output) MarshalTo

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

func (*AgentListInstances_Output) MarshalToSizedBuffer

func (m *AgentListInstances_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AgentListInstances_Output) ProtoMessage

func (*AgentListInstances_Output) ProtoMessage()

func (*AgentListInstances_Output) Reset

func (m *AgentListInstances_Output) Reset()

func (*AgentListInstances_Output) Size

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

func (*AgentListInstances_Output) String

func (m *AgentListInstances_Output) String() string

func (*AgentListInstances_Output) Unmarshal

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

func (*AgentListInstances_Output) XXX_DiscardUnknown

func (m *AgentListInstances_Output) XXX_DiscardUnknown()

func (*AgentListInstances_Output) XXX_Marshal

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

func (*AgentListInstances_Output) XXX_Merge

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

func (*AgentListInstances_Output) XXX_Size

func (m *AgentListInstances_Output) XXX_Size() int

func (*AgentListInstances_Output) XXX_Unmarshal

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

type AgentList_Input

type AgentList_Input struct {
}

func (*AgentList_Input) Descriptor

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

func (*AgentList_Input) Marshal

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

func (*AgentList_Input) MarshalTo

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

func (*AgentList_Input) MarshalToSizedBuffer

func (m *AgentList_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AgentList_Input) ProtoMessage

func (*AgentList_Input) ProtoMessage()

func (*AgentList_Input) Reset

func (m *AgentList_Input) Reset()

func (*AgentList_Input) Size

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

func (*AgentList_Input) String

func (m *AgentList_Input) String() string

func (*AgentList_Input) Unmarshal

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

func (*AgentList_Input) XXX_DiscardUnknown

func (m *AgentList_Input) XXX_DiscardUnknown()

func (*AgentList_Input) XXX_Marshal

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

func (*AgentList_Input) XXX_Merge

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

func (*AgentList_Input) XXX_Size

func (m *AgentList_Input) XXX_Size() int

func (*AgentList_Input) XXX_Unmarshal

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

type AgentList_Output

type AgentList_Output struct {
	Agents []*pwdb.Agent `protobuf:"bytes,1,rep,name=agents,proto3" json:"agents,omitempty"`
}

func (*AgentList_Output) Descriptor

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

func (*AgentList_Output) GetAgents

func (m *AgentList_Output) GetAgents() []*pwdb.Agent

func (*AgentList_Output) Marshal

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

func (*AgentList_Output) MarshalTo

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

func (*AgentList_Output) MarshalToSizedBuffer

func (m *AgentList_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AgentList_Output) ProtoMessage

func (*AgentList_Output) ProtoMessage()

func (*AgentList_Output) Reset

func (m *AgentList_Output) Reset()

func (*AgentList_Output) Size

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

func (*AgentList_Output) String

func (m *AgentList_Output) String() string

func (*AgentList_Output) Unmarshal

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

func (*AgentList_Output) XXX_DiscardUnknown

func (m *AgentList_Output) XXX_DiscardUnknown()

func (*AgentList_Output) XXX_Marshal

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

func (*AgentList_Output) XXX_Merge

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

func (*AgentList_Output) XXX_Size

func (m *AgentList_Output) XXX_Size() int

func (*AgentList_Output) XXX_Unmarshal

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

type AgentRegister

type AgentRegister struct {
}

func (*AgentRegister) Descriptor

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

func (*AgentRegister) Marshal

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

func (*AgentRegister) MarshalTo

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

func (*AgentRegister) MarshalToSizedBuffer

func (m *AgentRegister) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AgentRegister) ProtoMessage

func (*AgentRegister) ProtoMessage()

func (*AgentRegister) Reset

func (m *AgentRegister) Reset()

func (*AgentRegister) Size

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

func (*AgentRegister) String

func (m *AgentRegister) String() string

func (*AgentRegister) Unmarshal

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

func (*AgentRegister) XXX_DiscardUnknown

func (m *AgentRegister) XXX_DiscardUnknown()

func (*AgentRegister) XXX_Marshal

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

func (*AgentRegister) XXX_Merge

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

func (*AgentRegister) XXX_Size

func (m *AgentRegister) XXX_Size() int

func (*AgentRegister) XXX_Unmarshal

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

type AgentRegister_Input

type AgentRegister_Input struct {
	Name         string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" url:"name"`
	Hostname     string   `protobuf:"bytes,2,opt,name=hostname,proto3" json:"hostname,omitempty" url:"hostname"`
	OS           string   `protobuf:"bytes,3,opt,name=os,proto3" json:"os,omitempty" url:"os"`
	Arch         string   `protobuf:"bytes,4,opt,name=arch,proto3" json:"arch,omitempty" url:"arch"`
	Version      string   `protobuf:"bytes,5,opt,name=version,proto3" json:"version,omitempty" url:"version"`
	Tags         []string `protobuf:"bytes,6,rep,name=tags,proto3" json:"tags,omitempty" url:"tags"`
	DomainSuffix string   `protobuf:"bytes,7,opt,name=domain_suffix,json=domainSuffix,proto3" json:"domain_suffix,omitempty" url:"domain_suffix"`
	Metadata     string   `protobuf:"bytes,8,opt,name=metadata,proto3" json:"metadata,omitempty" url:"metadata"`
	NginxPort    int32    `protobuf:"varint,9,opt,name=nginx_port,json=nginxPort,proto3" json:"nginx_port,omitempty" url:"nginx_port"`
	AuthSalt     string   `protobuf:"bytes,10,opt,name=auth_salt,json=authSalt,proto3" json:"auth_salt,omitempty" url:"auth_salt"`
	DefaultAgent bool     `protobuf:"varint,11,opt,name=default_agent,json=defaultAgent,proto3" json:"default_agent,omitempty" url:"default_agent"`
}

func (*AgentRegister_Input) Descriptor

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

func (*AgentRegister_Input) GetArch

func (m *AgentRegister_Input) GetArch() string

func (*AgentRegister_Input) GetAuthSalt added in v2.22.1

func (m *AgentRegister_Input) GetAuthSalt() string

func (*AgentRegister_Input) GetDefaultAgent added in v2.33.1

func (m *AgentRegister_Input) GetDefaultAgent() bool

func (*AgentRegister_Input) GetDomainSuffix added in v2.15.0

func (m *AgentRegister_Input) GetDomainSuffix() string

func (*AgentRegister_Input) GetHostname

func (m *AgentRegister_Input) GetHostname() string

func (*AgentRegister_Input) GetMetadata added in v2.15.0

func (m *AgentRegister_Input) GetMetadata() string

func (*AgentRegister_Input) GetName

func (m *AgentRegister_Input) GetName() string

func (*AgentRegister_Input) GetNginxPort added in v2.15.0

func (m *AgentRegister_Input) GetNginxPort() int32

func (*AgentRegister_Input) GetOS

func (m *AgentRegister_Input) GetOS() string

func (*AgentRegister_Input) GetTags

func (m *AgentRegister_Input) GetTags() []string

func (*AgentRegister_Input) GetVersion

func (m *AgentRegister_Input) GetVersion() string

func (*AgentRegister_Input) Marshal

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

func (*AgentRegister_Input) MarshalTo

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

func (*AgentRegister_Input) MarshalToSizedBuffer

func (m *AgentRegister_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AgentRegister_Input) ProtoMessage

func (*AgentRegister_Input) ProtoMessage()

func (*AgentRegister_Input) Reset

func (m *AgentRegister_Input) Reset()

func (*AgentRegister_Input) Size

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

func (*AgentRegister_Input) String

func (m *AgentRegister_Input) String() string

func (*AgentRegister_Input) Unmarshal

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

func (*AgentRegister_Input) XXX_DiscardUnknown

func (m *AgentRegister_Input) XXX_DiscardUnknown()

func (*AgentRegister_Input) XXX_Marshal

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

func (*AgentRegister_Input) XXX_Merge

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

func (*AgentRegister_Input) XXX_Size

func (m *AgentRegister_Input) XXX_Size() int

func (*AgentRegister_Input) XXX_Unmarshal

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

type AgentRegister_Output

type AgentRegister_Output struct {
	Agent *pwdb.Agent `protobuf:"bytes,1,opt,name=agent,proto3" json:"agent,omitempty"`
}

func (*AgentRegister_Output) Descriptor

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

func (*AgentRegister_Output) GetAgent

func (m *AgentRegister_Output) GetAgent() *pwdb.Agent

func (*AgentRegister_Output) Marshal

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

func (*AgentRegister_Output) MarshalTo

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

func (*AgentRegister_Output) MarshalToSizedBuffer

func (m *AgentRegister_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AgentRegister_Output) ProtoMessage

func (*AgentRegister_Output) ProtoMessage()

func (*AgentRegister_Output) Reset

func (m *AgentRegister_Output) Reset()

func (*AgentRegister_Output) Size

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

func (*AgentRegister_Output) String

func (m *AgentRegister_Output) String() string

func (*AgentRegister_Output) Unmarshal

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

func (*AgentRegister_Output) XXX_DiscardUnknown

func (m *AgentRegister_Output) XXX_DiscardUnknown()

func (*AgentRegister_Output) XXX_Marshal

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

func (*AgentRegister_Output) XXX_Merge

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

func (*AgentRegister_Output) XXX_Size

func (m *AgentRegister_Output) XXX_Size() int

func (*AgentRegister_Output) XXX_Unmarshal

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

type AgentUpdateState

type AgentUpdateState struct {
}

func (*AgentUpdateState) Descriptor

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

func (*AgentUpdateState) Marshal

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

func (*AgentUpdateState) MarshalTo

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

func (*AgentUpdateState) MarshalToSizedBuffer

func (m *AgentUpdateState) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AgentUpdateState) ProtoMessage

func (*AgentUpdateState) ProtoMessage()

func (*AgentUpdateState) Reset

func (m *AgentUpdateState) Reset()

func (*AgentUpdateState) Size

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

func (*AgentUpdateState) String

func (m *AgentUpdateState) String() string

func (*AgentUpdateState) Unmarshal

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

func (*AgentUpdateState) XXX_DiscardUnknown

func (m *AgentUpdateState) XXX_DiscardUnknown()

func (*AgentUpdateState) XXX_Marshal

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

func (*AgentUpdateState) XXX_Merge

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

func (*AgentUpdateState) XXX_Size

func (m *AgentUpdateState) XXX_Size() int

func (*AgentUpdateState) XXX_Unmarshal

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

type AgentUpdateState_Input

type AgentUpdateState_Input struct {
	Instances []*pwdb.ChallengeInstance `protobuf:"bytes,1,rep,name=instances,proto3" json:"instances,omitempty" url:"instances"`
}

func (*AgentUpdateState_Input) Descriptor

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

func (*AgentUpdateState_Input) GetInstances

func (m *AgentUpdateState_Input) GetInstances() []*pwdb.ChallengeInstance

func (*AgentUpdateState_Input) Marshal

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

func (*AgentUpdateState_Input) MarshalTo

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

func (*AgentUpdateState_Input) MarshalToSizedBuffer

func (m *AgentUpdateState_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AgentUpdateState_Input) ProtoMessage

func (*AgentUpdateState_Input) ProtoMessage()

func (*AgentUpdateState_Input) Reset

func (m *AgentUpdateState_Input) Reset()

func (*AgentUpdateState_Input) Size

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

func (*AgentUpdateState_Input) String

func (m *AgentUpdateState_Input) String() string

func (*AgentUpdateState_Input) Unmarshal

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

func (*AgentUpdateState_Input) XXX_DiscardUnknown

func (m *AgentUpdateState_Input) XXX_DiscardUnknown()

func (*AgentUpdateState_Input) XXX_Marshal

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

func (*AgentUpdateState_Input) XXX_Merge

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

func (*AgentUpdateState_Input) XXX_Size

func (m *AgentUpdateState_Input) XXX_Size() int

func (*AgentUpdateState_Input) XXX_Unmarshal

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

type AgentUpdateState_Output

type AgentUpdateState_Output struct {
}

func (*AgentUpdateState_Output) Descriptor

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

func (*AgentUpdateState_Output) Marshal

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

func (*AgentUpdateState_Output) MarshalTo

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

func (*AgentUpdateState_Output) MarshalToSizedBuffer

func (m *AgentUpdateState_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AgentUpdateState_Output) ProtoMessage

func (*AgentUpdateState_Output) ProtoMessage()

func (*AgentUpdateState_Output) Reset

func (m *AgentUpdateState_Output) Reset()

func (*AgentUpdateState_Output) Size

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

func (*AgentUpdateState_Output) String

func (m *AgentUpdateState_Output) String() string

func (*AgentUpdateState_Output) Unmarshal

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

func (*AgentUpdateState_Output) XXX_DiscardUnknown

func (m *AgentUpdateState_Output) XXX_DiscardUnknown()

func (*AgentUpdateState_Output) XXX_Marshal

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

func (*AgentUpdateState_Output) XXX_Merge

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

func (*AgentUpdateState_Output) XXX_Size

func (m *AgentUpdateState_Output) XXX_Size() int

func (*AgentUpdateState_Output) XXX_Unmarshal

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

type ChallengeGet

type ChallengeGet struct {
}

func (*ChallengeGet) Descriptor

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

func (*ChallengeGet) Marshal

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

func (*ChallengeGet) MarshalTo

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

func (*ChallengeGet) MarshalToSizedBuffer

func (m *ChallengeGet) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChallengeGet) ProtoMessage

func (*ChallengeGet) ProtoMessage()

func (*ChallengeGet) Reset

func (m *ChallengeGet) Reset()

func (*ChallengeGet) Size

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

func (*ChallengeGet) String

func (m *ChallengeGet) String() string

func (*ChallengeGet) Unmarshal

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

func (*ChallengeGet) XXX_DiscardUnknown

func (m *ChallengeGet) XXX_DiscardUnknown()

func (*ChallengeGet) XXX_Marshal

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

func (*ChallengeGet) XXX_Merge

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

func (*ChallengeGet) XXX_Size

func (m *ChallengeGet) XXX_Size() int

func (*ChallengeGet) XXX_Unmarshal

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

type ChallengeGet_Input

type ChallengeGet_Input struct {
	ChallengeID int64 `protobuf:"varint,1,opt,name=challenge_id,json=challengeId,proto3" json:"challenge_id,omitempty"`
}

func (*ChallengeGet_Input) Descriptor

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

func (*ChallengeGet_Input) GetChallengeID

func (m *ChallengeGet_Input) GetChallengeID() int64

func (*ChallengeGet_Input) Marshal

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

func (*ChallengeGet_Input) MarshalTo

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

func (*ChallengeGet_Input) MarshalToSizedBuffer

func (m *ChallengeGet_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChallengeGet_Input) ProtoMessage

func (*ChallengeGet_Input) ProtoMessage()

func (*ChallengeGet_Input) Reset

func (m *ChallengeGet_Input) Reset()

func (*ChallengeGet_Input) Size

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

func (*ChallengeGet_Input) String

func (m *ChallengeGet_Input) String() string

func (*ChallengeGet_Input) Unmarshal

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

func (*ChallengeGet_Input) XXX_DiscardUnknown

func (m *ChallengeGet_Input) XXX_DiscardUnknown()

func (*ChallengeGet_Input) XXX_Marshal

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

func (*ChallengeGet_Input) XXX_Merge

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

func (*ChallengeGet_Input) XXX_Size

func (m *ChallengeGet_Input) XXX_Size() int

func (*ChallengeGet_Input) XXX_Unmarshal

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

type ChallengeGet_Output

type ChallengeGet_Output struct {
	Item *pwdb.Challenge `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
}

func (*ChallengeGet_Output) Descriptor

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

func (*ChallengeGet_Output) GetItem

func (m *ChallengeGet_Output) GetItem() *pwdb.Challenge

func (*ChallengeGet_Output) Marshal

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

func (*ChallengeGet_Output) MarshalTo

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

func (*ChallengeGet_Output) MarshalToSizedBuffer

func (m *ChallengeGet_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChallengeGet_Output) ProtoMessage

func (*ChallengeGet_Output) ProtoMessage()

func (*ChallengeGet_Output) Reset

func (m *ChallengeGet_Output) Reset()

func (*ChallengeGet_Output) Size

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

func (*ChallengeGet_Output) String

func (m *ChallengeGet_Output) String() string

func (*ChallengeGet_Output) Unmarshal

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

func (*ChallengeGet_Output) XXX_DiscardUnknown

func (m *ChallengeGet_Output) XXX_DiscardUnknown()

func (*ChallengeGet_Output) XXX_Marshal

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

func (*ChallengeGet_Output) XXX_Merge

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

func (*ChallengeGet_Output) XXX_Size

func (m *ChallengeGet_Output) XXX_Size() int

func (*ChallengeGet_Output) XXX_Unmarshal

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

type ChallengeList

type ChallengeList struct {
}

func (*ChallengeList) Descriptor

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

func (*ChallengeList) Marshal

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

func (*ChallengeList) MarshalTo

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

func (*ChallengeList) MarshalToSizedBuffer

func (m *ChallengeList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChallengeList) ProtoMessage

func (*ChallengeList) ProtoMessage()

func (*ChallengeList) Reset

func (m *ChallengeList) Reset()

func (*ChallengeList) Size

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

func (*ChallengeList) String

func (m *ChallengeList) String() string

func (*ChallengeList) Unmarshal

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

func (*ChallengeList) XXX_DiscardUnknown

func (m *ChallengeList) XXX_DiscardUnknown()

func (*ChallengeList) XXX_Marshal

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

func (*ChallengeList) XXX_Merge

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

func (*ChallengeList) XXX_Size

func (m *ChallengeList) XXX_Size() int

func (*ChallengeList) XXX_Unmarshal

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

type ChallengeList_Input

type ChallengeList_Input struct {
}

func (*ChallengeList_Input) Descriptor

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

func (*ChallengeList_Input) Marshal

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

func (*ChallengeList_Input) MarshalTo

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

func (*ChallengeList_Input) MarshalToSizedBuffer

func (m *ChallengeList_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChallengeList_Input) ProtoMessage

func (*ChallengeList_Input) ProtoMessage()

func (*ChallengeList_Input) Reset

func (m *ChallengeList_Input) Reset()

func (*ChallengeList_Input) Size

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

func (*ChallengeList_Input) String

func (m *ChallengeList_Input) String() string

func (*ChallengeList_Input) Unmarshal

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

func (*ChallengeList_Input) XXX_DiscardUnknown

func (m *ChallengeList_Input) XXX_DiscardUnknown()

func (*ChallengeList_Input) XXX_Marshal

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

func (*ChallengeList_Input) XXX_Merge

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

func (*ChallengeList_Input) XXX_Size

func (m *ChallengeList_Input) XXX_Size() int

func (*ChallengeList_Input) XXX_Unmarshal

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

type ChallengeList_Output

type ChallengeList_Output struct {
	Items []*pwdb.Challenge `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
}

func (*ChallengeList_Output) Descriptor

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

func (*ChallengeList_Output) GetItems

func (m *ChallengeList_Output) GetItems() []*pwdb.Challenge

func (*ChallengeList_Output) Marshal

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

func (*ChallengeList_Output) MarshalTo

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

func (*ChallengeList_Output) MarshalToSizedBuffer

func (m *ChallengeList_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChallengeList_Output) ProtoMessage

func (*ChallengeList_Output) ProtoMessage()

func (*ChallengeList_Output) Reset

func (m *ChallengeList_Output) Reset()

func (*ChallengeList_Output) Size

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

func (*ChallengeList_Output) String

func (m *ChallengeList_Output) String() string

func (*ChallengeList_Output) Unmarshal

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

func (*ChallengeList_Output) XXX_DiscardUnknown

func (m *ChallengeList_Output) XXX_DiscardUnknown()

func (*ChallengeList_Output) XXX_Marshal

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

func (*ChallengeList_Output) XXX_Merge

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

func (*ChallengeList_Output) XXX_Size

func (m *ChallengeList_Output) XXX_Size() int

func (*ChallengeList_Output) XXX_Unmarshal

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

type ChallengeSubscriptionClose

type ChallengeSubscriptionClose struct {
}

func (*ChallengeSubscriptionClose) Descriptor

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

func (*ChallengeSubscriptionClose) Marshal

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

func (*ChallengeSubscriptionClose) MarshalTo

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

func (*ChallengeSubscriptionClose) MarshalToSizedBuffer

func (m *ChallengeSubscriptionClose) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChallengeSubscriptionClose) ProtoMessage

func (*ChallengeSubscriptionClose) ProtoMessage()

func (*ChallengeSubscriptionClose) Reset

func (m *ChallengeSubscriptionClose) Reset()

func (*ChallengeSubscriptionClose) Size

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

func (*ChallengeSubscriptionClose) String

func (m *ChallengeSubscriptionClose) String() string

func (*ChallengeSubscriptionClose) Unmarshal

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

func (*ChallengeSubscriptionClose) XXX_DiscardUnknown

func (m *ChallengeSubscriptionClose) XXX_DiscardUnknown()

func (*ChallengeSubscriptionClose) XXX_Marshal

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

func (*ChallengeSubscriptionClose) XXX_Merge

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

func (*ChallengeSubscriptionClose) XXX_Size

func (m *ChallengeSubscriptionClose) XXX_Size() int

func (*ChallengeSubscriptionClose) XXX_Unmarshal

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

type ChallengeSubscriptionClose_Input

type ChallengeSubscriptionClose_Input struct {
	ChallengeSubscriptionID int64 `` /* 133-byte string literal not displayed */
}

func (*ChallengeSubscriptionClose_Input) Descriptor

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

func (*ChallengeSubscriptionClose_Input) GetChallengeSubscriptionID

func (m *ChallengeSubscriptionClose_Input) GetChallengeSubscriptionID() int64

func (*ChallengeSubscriptionClose_Input) Marshal

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

func (*ChallengeSubscriptionClose_Input) MarshalTo

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

func (*ChallengeSubscriptionClose_Input) MarshalToSizedBuffer

func (m *ChallengeSubscriptionClose_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChallengeSubscriptionClose_Input) ProtoMessage

func (*ChallengeSubscriptionClose_Input) ProtoMessage()

func (*ChallengeSubscriptionClose_Input) Reset

func (*ChallengeSubscriptionClose_Input) Size

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

func (*ChallengeSubscriptionClose_Input) String

func (*ChallengeSubscriptionClose_Input) Unmarshal

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

func (*ChallengeSubscriptionClose_Input) XXX_DiscardUnknown

func (m *ChallengeSubscriptionClose_Input) XXX_DiscardUnknown()

func (*ChallengeSubscriptionClose_Input) XXX_Marshal

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

func (*ChallengeSubscriptionClose_Input) XXX_Merge

func (*ChallengeSubscriptionClose_Input) XXX_Size

func (m *ChallengeSubscriptionClose_Input) XXX_Size() int

func (*ChallengeSubscriptionClose_Input) XXX_Unmarshal

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

type ChallengeSubscriptionClose_Output

type ChallengeSubscriptionClose_Output struct {
	ChallengeSubscription *pwdb.ChallengeSubscription `protobuf:"bytes,1,opt,name=challenge_subscription,json=challengeSubscription,proto3" json:"challenge_subscription,omitempty"`
}

func (*ChallengeSubscriptionClose_Output) Descriptor

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

func (*ChallengeSubscriptionClose_Output) GetChallengeSubscription

func (m *ChallengeSubscriptionClose_Output) GetChallengeSubscription() *pwdb.ChallengeSubscription

func (*ChallengeSubscriptionClose_Output) Marshal

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

func (*ChallengeSubscriptionClose_Output) MarshalTo

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

func (*ChallengeSubscriptionClose_Output) MarshalToSizedBuffer

func (m *ChallengeSubscriptionClose_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChallengeSubscriptionClose_Output) ProtoMessage

func (*ChallengeSubscriptionClose_Output) ProtoMessage()

func (*ChallengeSubscriptionClose_Output) Reset

func (*ChallengeSubscriptionClose_Output) Size

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

func (*ChallengeSubscriptionClose_Output) String

func (*ChallengeSubscriptionClose_Output) Unmarshal

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

func (*ChallengeSubscriptionClose_Output) XXX_DiscardUnknown

func (m *ChallengeSubscriptionClose_Output) XXX_DiscardUnknown()

func (*ChallengeSubscriptionClose_Output) XXX_Marshal

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

func (*ChallengeSubscriptionClose_Output) XXX_Merge

func (*ChallengeSubscriptionClose_Output) XXX_Size

func (m *ChallengeSubscriptionClose_Output) XXX_Size() int

func (*ChallengeSubscriptionClose_Output) XXX_Unmarshal

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

type ChallengeSubscriptionValidate

type ChallengeSubscriptionValidate struct {
}

func (*ChallengeSubscriptionValidate) Descriptor

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

func (*ChallengeSubscriptionValidate) Marshal

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

func (*ChallengeSubscriptionValidate) MarshalTo

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

func (*ChallengeSubscriptionValidate) MarshalToSizedBuffer

func (m *ChallengeSubscriptionValidate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChallengeSubscriptionValidate) ProtoMessage

func (*ChallengeSubscriptionValidate) ProtoMessage()

func (*ChallengeSubscriptionValidate) Reset

func (m *ChallengeSubscriptionValidate) Reset()

func (*ChallengeSubscriptionValidate) Size

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

func (*ChallengeSubscriptionValidate) String

func (*ChallengeSubscriptionValidate) Unmarshal

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

func (*ChallengeSubscriptionValidate) XXX_DiscardUnknown

func (m *ChallengeSubscriptionValidate) XXX_DiscardUnknown()

func (*ChallengeSubscriptionValidate) XXX_Marshal

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

func (*ChallengeSubscriptionValidate) XXX_Merge

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

func (*ChallengeSubscriptionValidate) XXX_Size

func (m *ChallengeSubscriptionValidate) XXX_Size() int

func (*ChallengeSubscriptionValidate) XXX_Unmarshal

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

type ChallengeSubscriptionValidate_Input

type ChallengeSubscriptionValidate_Input struct {
	ChallengeSubscriptionID int64    `` /* 133-byte string literal not displayed */
	Passphrases             []string `protobuf:"bytes,2,rep,name=passphrases,proto3" json:"passphrases,omitempty"`
	Comment                 string   `protobuf:"bytes,3,opt,name=comment,proto3" json:"comment,omitempty"`
}

func (*ChallengeSubscriptionValidate_Input) Descriptor

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

func (*ChallengeSubscriptionValidate_Input) GetChallengeSubscriptionID

func (m *ChallengeSubscriptionValidate_Input) GetChallengeSubscriptionID() int64

func (*ChallengeSubscriptionValidate_Input) GetComment

func (*ChallengeSubscriptionValidate_Input) GetPassphrases added in v2.34.1

func (m *ChallengeSubscriptionValidate_Input) GetPassphrases() []string

func (*ChallengeSubscriptionValidate_Input) Marshal

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

func (*ChallengeSubscriptionValidate_Input) MarshalTo

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

func (*ChallengeSubscriptionValidate_Input) MarshalToSizedBuffer

func (m *ChallengeSubscriptionValidate_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChallengeSubscriptionValidate_Input) ProtoMessage

func (*ChallengeSubscriptionValidate_Input) ProtoMessage()

func (*ChallengeSubscriptionValidate_Input) Reset

func (*ChallengeSubscriptionValidate_Input) Size

func (*ChallengeSubscriptionValidate_Input) String

func (*ChallengeSubscriptionValidate_Input) Unmarshal

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

func (*ChallengeSubscriptionValidate_Input) XXX_DiscardUnknown

func (m *ChallengeSubscriptionValidate_Input) XXX_DiscardUnknown()

func (*ChallengeSubscriptionValidate_Input) XXX_Marshal

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

func (*ChallengeSubscriptionValidate_Input) XXX_Merge

func (*ChallengeSubscriptionValidate_Input) XXX_Size

func (*ChallengeSubscriptionValidate_Input) XXX_Unmarshal

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

type ChallengeSubscriptionValidate_Output

type ChallengeSubscriptionValidate_Output struct {
	ChallengeValidation *pwdb.ChallengeValidation `protobuf:"bytes,1,opt,name=challenge_validation,json=challengeValidation,proto3" json:"challenge_validation,omitempty"`
}

func (*ChallengeSubscriptionValidate_Output) Descriptor

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

func (*ChallengeSubscriptionValidate_Output) GetChallengeValidation

func (m *ChallengeSubscriptionValidate_Output) GetChallengeValidation() *pwdb.ChallengeValidation

func (*ChallengeSubscriptionValidate_Output) Marshal

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

func (*ChallengeSubscriptionValidate_Output) MarshalTo

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

func (*ChallengeSubscriptionValidate_Output) MarshalToSizedBuffer

func (m *ChallengeSubscriptionValidate_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChallengeSubscriptionValidate_Output) ProtoMessage

func (*ChallengeSubscriptionValidate_Output) ProtoMessage()

func (*ChallengeSubscriptionValidate_Output) Reset

func (*ChallengeSubscriptionValidate_Output) Size

func (*ChallengeSubscriptionValidate_Output) String

func (*ChallengeSubscriptionValidate_Output) Unmarshal

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

func (*ChallengeSubscriptionValidate_Output) XXX_DiscardUnknown

func (m *ChallengeSubscriptionValidate_Output) XXX_DiscardUnknown()

func (*ChallengeSubscriptionValidate_Output) XXX_Marshal

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

func (*ChallengeSubscriptionValidate_Output) XXX_Merge

func (*ChallengeSubscriptionValidate_Output) XXX_Size

func (*ChallengeSubscriptionValidate_Output) XXX_Unmarshal

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

type CouponValidate

type CouponValidate struct {
}

func (*CouponValidate) Descriptor

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

func (*CouponValidate) Marshal

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

func (*CouponValidate) MarshalTo

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

func (*CouponValidate) MarshalToSizedBuffer

func (m *CouponValidate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CouponValidate) ProtoMessage

func (*CouponValidate) ProtoMessage()

func (*CouponValidate) Reset

func (m *CouponValidate) Reset()

func (*CouponValidate) Size

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

func (*CouponValidate) String

func (m *CouponValidate) String() string

func (*CouponValidate) Unmarshal

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

func (*CouponValidate) XXX_DiscardUnknown

func (m *CouponValidate) XXX_DiscardUnknown()

func (*CouponValidate) XXX_Marshal

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

func (*CouponValidate) XXX_Merge

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

func (*CouponValidate) XXX_Size

func (m *CouponValidate) XXX_Size() int

func (*CouponValidate) XXX_Unmarshal

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

type CouponValidate_Input

type CouponValidate_Input struct {
	Hash   string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	TeamID int64  `protobuf:"varint,2,opt,name=team_id,json=teamId,proto3" json:"team_id,omitempty"`
}

func (*CouponValidate_Input) Descriptor

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

func (*CouponValidate_Input) GetHash

func (m *CouponValidate_Input) GetHash() string

func (*CouponValidate_Input) GetTeamID

func (m *CouponValidate_Input) GetTeamID() int64

func (*CouponValidate_Input) Marshal

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

func (*CouponValidate_Input) MarshalTo

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

func (*CouponValidate_Input) MarshalToSizedBuffer

func (m *CouponValidate_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CouponValidate_Input) ProtoMessage

func (*CouponValidate_Input) ProtoMessage()

func (*CouponValidate_Input) Reset

func (m *CouponValidate_Input) Reset()

func (*CouponValidate_Input) Size

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

func (*CouponValidate_Input) String

func (m *CouponValidate_Input) String() string

func (*CouponValidate_Input) Unmarshal

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

func (*CouponValidate_Input) XXX_DiscardUnknown

func (m *CouponValidate_Input) XXX_DiscardUnknown()

func (*CouponValidate_Input) XXX_Marshal

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

func (*CouponValidate_Input) XXX_Merge

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

func (*CouponValidate_Input) XXX_Size

func (m *CouponValidate_Input) XXX_Size() int

func (*CouponValidate_Input) XXX_Unmarshal

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

type CouponValidate_Output

type CouponValidate_Output struct {
	CouponValidation *pwdb.CouponValidation `protobuf:"bytes,1,opt,name=coupon_validation,json=couponValidation,proto3" json:"coupon_validation,omitempty"`
}

func (*CouponValidate_Output) Descriptor

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

func (*CouponValidate_Output) GetCouponValidation

func (m *CouponValidate_Output) GetCouponValidation() *pwdb.CouponValidation

func (*CouponValidate_Output) Marshal

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

func (*CouponValidate_Output) MarshalTo

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

func (*CouponValidate_Output) MarshalToSizedBuffer

func (m *CouponValidate_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CouponValidate_Output) ProtoMessage

func (*CouponValidate_Output) ProtoMessage()

func (*CouponValidate_Output) Reset

func (m *CouponValidate_Output) Reset()

func (*CouponValidate_Output) Size

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

func (*CouponValidate_Output) String

func (m *CouponValidate_Output) String() string

func (*CouponValidate_Output) Unmarshal

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

func (*CouponValidate_Output) XXX_DiscardUnknown

func (m *CouponValidate_Output) XXX_DiscardUnknown()

func (*CouponValidate_Output) XXX_Marshal

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

func (*CouponValidate_Output) XXX_Merge

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

func (*CouponValidate_Output) XXX_Size

func (m *CouponValidate_Output) XXX_Size() int

func (*CouponValidate_Output) XXX_Unmarshal

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

type GetInfo

type GetInfo struct {
}

func (*GetInfo) Descriptor

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

func (*GetInfo) Marshal

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

func (*GetInfo) MarshalTo

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

func (*GetInfo) MarshalToSizedBuffer

func (m *GetInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetInfo) ProtoMessage

func (*GetInfo) ProtoMessage()

func (*GetInfo) Reset

func (m *GetInfo) Reset()

func (*GetInfo) Size

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

func (*GetInfo) String

func (m *GetInfo) String() string

func (*GetInfo) Unmarshal

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

func (*GetInfo) XXX_DiscardUnknown

func (m *GetInfo) XXX_DiscardUnknown()

func (*GetInfo) XXX_Marshal

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

func (*GetInfo) XXX_Merge

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

func (*GetInfo) XXX_Size

func (m *GetInfo) XXX_Size() int

func (*GetInfo) XXX_Unmarshal

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

type GetInfo_Input

type GetInfo_Input struct {
}

func (*GetInfo_Input) Descriptor

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

func (*GetInfo_Input) Marshal

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

func (*GetInfo_Input) MarshalTo

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

func (*GetInfo_Input) MarshalToSizedBuffer

func (m *GetInfo_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetInfo_Input) ProtoMessage

func (*GetInfo_Input) ProtoMessage()

func (*GetInfo_Input) Reset

func (m *GetInfo_Input) Reset()

func (*GetInfo_Input) Size

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

func (*GetInfo_Input) String

func (m *GetInfo_Input) String() string

func (*GetInfo_Input) Unmarshal

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

func (*GetInfo_Input) XXX_DiscardUnknown

func (m *GetInfo_Input) XXX_DiscardUnknown()

func (*GetInfo_Input) XXX_Marshal

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

func (*GetInfo_Input) XXX_Merge

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

func (*GetInfo_Input) XXX_Size

func (m *GetInfo_Input) XXX_Size() int

func (*GetInfo_Input) XXX_Unmarshal

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

type GetInfo_Output

type GetInfo_Output struct {
	Version      string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	Uptime       int32  `protobuf:"varint,2,opt,name=uptime,proto3" json:"uptime,omitempty"`
	Commit       string `protobuf:"bytes,3,opt,name=commit,proto3" json:"commit,omitempty"`
	BuiltAt      string `protobuf:"bytes,4,opt,name=built_at,json=builtAt,proto3" json:"built_at,omitempty"`
	BuiltBy      string `protobuf:"bytes,5,opt,name=built_by,json=builtBy,proto3" json:"built_by,omitempty"`
	WithinDocker bool   `protobuf:"varint,6,opt,name=within_docker,json=withinDocker,proto3" json:"within_docker,omitempty"`
}

func (*GetInfo_Output) Descriptor

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

func (*GetInfo_Output) GetBuiltAt

func (m *GetInfo_Output) GetBuiltAt() string

func (*GetInfo_Output) GetBuiltBy

func (m *GetInfo_Output) GetBuiltBy() string

func (*GetInfo_Output) GetCommit

func (m *GetInfo_Output) GetCommit() string

func (*GetInfo_Output) GetUptime

func (m *GetInfo_Output) GetUptime() int32

func (*GetInfo_Output) GetVersion

func (m *GetInfo_Output) GetVersion() string

func (*GetInfo_Output) GetWithinDocker added in v2.28.0

func (m *GetInfo_Output) GetWithinDocker() bool

func (*GetInfo_Output) Marshal

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

func (*GetInfo_Output) MarshalTo

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

func (*GetInfo_Output) MarshalToSizedBuffer

func (m *GetInfo_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetInfo_Output) ProtoMessage

func (*GetInfo_Output) ProtoMessage()

func (*GetInfo_Output) Reset

func (m *GetInfo_Output) Reset()

func (*GetInfo_Output) Size

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

func (*GetInfo_Output) String

func (m *GetInfo_Output) String() string

func (*GetInfo_Output) Unmarshal

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

func (*GetInfo_Output) XXX_DiscardUnknown

func (m *GetInfo_Output) XXX_DiscardUnknown()

func (*GetInfo_Output) XXX_Marshal

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

func (*GetInfo_Output) XXX_Merge

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

func (*GetInfo_Output) XXX_Size

func (m *GetInfo_Output) XXX_Size() int

func (*GetInfo_Output) XXX_Unmarshal

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

type GetStatus

type GetStatus struct {
}

func (*GetStatus) Descriptor

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

func (*GetStatus) Marshal

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

func (*GetStatus) MarshalTo

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

func (*GetStatus) MarshalToSizedBuffer

func (m *GetStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetStatus) ProtoMessage

func (*GetStatus) ProtoMessage()

func (*GetStatus) Reset

func (m *GetStatus) Reset()

func (*GetStatus) Size

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

func (*GetStatus) String

func (m *GetStatus) String() string

func (*GetStatus) Unmarshal

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

func (*GetStatus) XXX_DiscardUnknown

func (m *GetStatus) XXX_DiscardUnknown()

func (*GetStatus) XXX_Marshal

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

func (*GetStatus) XXX_Merge

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

func (*GetStatus) XXX_Size

func (m *GetStatus) XXX_Size() int

func (*GetStatus) XXX_Unmarshal

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

type GetStatus_Input

type GetStatus_Input struct {
}

func (*GetStatus_Input) Descriptor

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

func (*GetStatus_Input) Marshal

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

func (*GetStatus_Input) MarshalTo

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

func (*GetStatus_Input) MarshalToSizedBuffer

func (m *GetStatus_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetStatus_Input) ProtoMessage

func (*GetStatus_Input) ProtoMessage()

func (*GetStatus_Input) Reset

func (m *GetStatus_Input) Reset()

func (*GetStatus_Input) Size

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

func (*GetStatus_Input) String

func (m *GetStatus_Input) String() string

func (*GetStatus_Input) Unmarshal

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

func (*GetStatus_Input) XXX_DiscardUnknown

func (m *GetStatus_Input) XXX_DiscardUnknown()

func (*GetStatus_Input) XXX_Marshal

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

func (*GetStatus_Input) XXX_Merge

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

func (*GetStatus_Input) XXX_Size

func (m *GetStatus_Input) XXX_Size() int

func (*GetStatus_Input) XXX_Unmarshal

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

type GetStatus_Output

type GetStatus_Output struct {
	EverythingIsOK bool `protobuf:"varint,1,opt,name=everything_is_ok,json=everythingIsOk,proto3" json:"everything_is_ok,omitempty"`
}

func (*GetStatus_Output) Descriptor

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

func (*GetStatus_Output) GetEverythingIsOK

func (m *GetStatus_Output) GetEverythingIsOK() bool

func (*GetStatus_Output) Marshal

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

func (*GetStatus_Output) MarshalTo

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

func (*GetStatus_Output) MarshalToSizedBuffer

func (m *GetStatus_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetStatus_Output) ProtoMessage

func (*GetStatus_Output) ProtoMessage()

func (*GetStatus_Output) Reset

func (m *GetStatus_Output) Reset()

func (*GetStatus_Output) Size

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

func (*GetStatus_Output) String

func (m *GetStatus_Output) String() string

func (*GetStatus_Output) Unmarshal

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

func (*GetStatus_Output) XXX_DiscardUnknown

func (m *GetStatus_Output) XXX_DiscardUnknown()

func (*GetStatus_Output) XXX_Marshal

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

func (*GetStatus_Output) XXX_Merge

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

func (*GetStatus_Output) XXX_Size

func (m *GetStatus_Output) XXX_Size() int

func (*GetStatus_Output) XXX_Unmarshal

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

type HTTPClient

type HTTPClient struct {
	// contains filtered or unexported fields
}

func NewHTTPClient

func NewHTTPClient(httpClient *http.Client, baseAPI string) *HTTPClient

func (HTTPClient) AdminAddChallenge added in v2.9.0

func (c HTTPClient) AdminAddChallenge(input *AdminChallengeAdd_Input) (AdminChallengeAdd_Output, error)

func (HTTPClient) AdminAddChallengeFlavor added in v2.19.0

func (HTTPClient) AdminAddChallengeInstance added in v2.19.0

func (HTTPClient) AdminPS

func (c HTTPClient) AdminPS(input *AdminPS_Input) (AdminPS_Output, error)

func (HTTPClient) AdminRedump

func (c HTTPClient) AdminRedump(input *AdminRedump_Input) (AdminRedump_Output, error)

func (HTTPClient) AgentListInstances

func (c HTTPClient) AgentListInstances(input *AgentListInstances_Input) (AgentListInstances_Output, error)

func (HTTPClient) AgentRegister added in v2.15.0

func (c HTTPClient) AgentRegister(input *AgentRegister_Input) (AgentRegister_Output, error)

func (HTTPClient) AgentUpdateState added in v2.12.0

func (c HTTPClient) AgentUpdateState(input *AgentUpdateState_Input) (AgentUpdateState_Output, error)

func (HTTPClient) GetStatus added in v2.28.0

func (c HTTPClient) GetStatus(input *GetStatus_Input) (GetStatus_Output, error)

func (HTTPClient) Raw added in v2.23.0

func (c HTTPClient) Raw(method string, path string, input []byte) ([]byte, error)

func (HTTPClient) UserSetPreferences added in v2.28.0

func (c HTTPClient) UserSetPreferences(input *UserSetPreferences_Input) (UserSetPreferences_Output, error)

type OrganizationList

type OrganizationList struct {
}

func (*OrganizationList) Descriptor

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

func (*OrganizationList) Marshal

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

func (*OrganizationList) MarshalTo

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

func (*OrganizationList) MarshalToSizedBuffer

func (m *OrganizationList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OrganizationList) ProtoMessage

func (*OrganizationList) ProtoMessage()

func (*OrganizationList) Reset

func (m *OrganizationList) Reset()

func (*OrganizationList) Size

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

func (*OrganizationList) String

func (m *OrganizationList) String() string

func (*OrganizationList) Unmarshal

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

func (*OrganizationList) XXX_DiscardUnknown

func (m *OrganizationList) XXX_DiscardUnknown()

func (*OrganizationList) XXX_Marshal

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

func (*OrganizationList) XXX_Merge

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

func (*OrganizationList) XXX_Size

func (m *OrganizationList) XXX_Size() int

func (*OrganizationList) XXX_Unmarshal

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

type OrganizationList_Input

type OrganizationList_Input struct {
}

func (*OrganizationList_Input) Descriptor

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

func (*OrganizationList_Input) Marshal

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

func (*OrganizationList_Input) MarshalTo

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

func (*OrganizationList_Input) MarshalToSizedBuffer

func (m *OrganizationList_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OrganizationList_Input) ProtoMessage

func (*OrganizationList_Input) ProtoMessage()

func (*OrganizationList_Input) Reset

func (m *OrganizationList_Input) Reset()

func (*OrganizationList_Input) Size

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

func (*OrganizationList_Input) String

func (m *OrganizationList_Input) String() string

func (*OrganizationList_Input) Unmarshal

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

func (*OrganizationList_Input) XXX_DiscardUnknown

func (m *OrganizationList_Input) XXX_DiscardUnknown()

func (*OrganizationList_Input) XXX_Marshal

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

func (*OrganizationList_Input) XXX_Merge

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

func (*OrganizationList_Input) XXX_Size

func (m *OrganizationList_Input) XXX_Size() int

func (*OrganizationList_Input) XXX_Unmarshal

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

type OrganizationList_Output

type OrganizationList_Output struct {
	Items []*pwdb.Organization `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
}

func (*OrganizationList_Output) Descriptor

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

func (*OrganizationList_Output) GetItems

func (m *OrganizationList_Output) GetItems() []*pwdb.Organization

func (*OrganizationList_Output) Marshal

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

func (*OrganizationList_Output) MarshalTo

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

func (*OrganizationList_Output) MarshalToSizedBuffer

func (m *OrganizationList_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OrganizationList_Output) ProtoMessage

func (*OrganizationList_Output) ProtoMessage()

func (*OrganizationList_Output) Reset

func (m *OrganizationList_Output) Reset()

func (*OrganizationList_Output) Size

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

func (*OrganizationList_Output) String

func (m *OrganizationList_Output) String() string

func (*OrganizationList_Output) Unmarshal

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

func (*OrganizationList_Output) XXX_DiscardUnknown

func (m *OrganizationList_Output) XXX_DiscardUnknown()

func (*OrganizationList_Output) XXX_Marshal

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

func (*OrganizationList_Output) XXX_Merge

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

func (*OrganizationList_Output) XXX_Size

func (m *OrganizationList_Output) XXX_Size() int

func (*OrganizationList_Output) XXX_Unmarshal

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

type SeasonChallengeBuy

type SeasonChallengeBuy struct {
}

func (*SeasonChallengeBuy) Descriptor

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

func (*SeasonChallengeBuy) Marshal

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

func (*SeasonChallengeBuy) MarshalTo

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

func (*SeasonChallengeBuy) MarshalToSizedBuffer

func (m *SeasonChallengeBuy) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SeasonChallengeBuy) ProtoMessage

func (*SeasonChallengeBuy) ProtoMessage()

func (*SeasonChallengeBuy) Reset

func (m *SeasonChallengeBuy) Reset()

func (*SeasonChallengeBuy) Size

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

func (*SeasonChallengeBuy) String

func (m *SeasonChallengeBuy) String() string

func (*SeasonChallengeBuy) Unmarshal

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

func (*SeasonChallengeBuy) XXX_DiscardUnknown

func (m *SeasonChallengeBuy) XXX_DiscardUnknown()

func (*SeasonChallengeBuy) XXX_Marshal

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

func (*SeasonChallengeBuy) XXX_Merge

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

func (*SeasonChallengeBuy) XXX_Size

func (m *SeasonChallengeBuy) XXX_Size() int

func (*SeasonChallengeBuy) XXX_Unmarshal

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

type SeasonChallengeBuy_Input

type SeasonChallengeBuy_Input struct {
	SeasonChallengeID int64 `protobuf:"varint,1,opt,name=season_challenge_id,json=seasonChallengeId,proto3" json:"season_challenge_id,omitempty"`
	TeamID            int64 `protobuf:"varint,2,opt,name=team_id,json=teamId,proto3" json:"team_id,omitempty"`
}

func (*SeasonChallengeBuy_Input) Descriptor

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

func (*SeasonChallengeBuy_Input) GetSeasonChallengeID

func (m *SeasonChallengeBuy_Input) GetSeasonChallengeID() int64

func (*SeasonChallengeBuy_Input) GetTeamID

func (m *SeasonChallengeBuy_Input) GetTeamID() int64

func (*SeasonChallengeBuy_Input) Marshal

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

func (*SeasonChallengeBuy_Input) MarshalTo

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

func (*SeasonChallengeBuy_Input) MarshalToSizedBuffer

func (m *SeasonChallengeBuy_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SeasonChallengeBuy_Input) ProtoMessage

func (*SeasonChallengeBuy_Input) ProtoMessage()

func (*SeasonChallengeBuy_Input) Reset

func (m *SeasonChallengeBuy_Input) Reset()

func (*SeasonChallengeBuy_Input) Size

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

func (*SeasonChallengeBuy_Input) String

func (m *SeasonChallengeBuy_Input) String() string

func (*SeasonChallengeBuy_Input) Unmarshal

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

func (*SeasonChallengeBuy_Input) XXX_DiscardUnknown

func (m *SeasonChallengeBuy_Input) XXX_DiscardUnknown()

func (*SeasonChallengeBuy_Input) XXX_Marshal

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

func (*SeasonChallengeBuy_Input) XXX_Merge

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

func (*SeasonChallengeBuy_Input) XXX_Size

func (m *SeasonChallengeBuy_Input) XXX_Size() int

func (*SeasonChallengeBuy_Input) XXX_Unmarshal

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

type SeasonChallengeBuy_Output

type SeasonChallengeBuy_Output struct {
	ChallengeSubscription *pwdb.ChallengeSubscription `protobuf:"bytes,1,opt,name=challenge_subscription,json=challengeSubscription,proto3" json:"challenge_subscription,omitempty"`
}

func (*SeasonChallengeBuy_Output) Descriptor

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

func (*SeasonChallengeBuy_Output) GetChallengeSubscription

func (m *SeasonChallengeBuy_Output) GetChallengeSubscription() *pwdb.ChallengeSubscription

func (*SeasonChallengeBuy_Output) Marshal

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

func (*SeasonChallengeBuy_Output) MarshalTo

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

func (*SeasonChallengeBuy_Output) MarshalToSizedBuffer

func (m *SeasonChallengeBuy_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SeasonChallengeBuy_Output) ProtoMessage

func (*SeasonChallengeBuy_Output) ProtoMessage()

func (*SeasonChallengeBuy_Output) Reset

func (m *SeasonChallengeBuy_Output) Reset()

func (*SeasonChallengeBuy_Output) Size

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

func (*SeasonChallengeBuy_Output) String

func (m *SeasonChallengeBuy_Output) String() string

func (*SeasonChallengeBuy_Output) Unmarshal

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

func (*SeasonChallengeBuy_Output) XXX_DiscardUnknown

func (m *SeasonChallengeBuy_Output) XXX_DiscardUnknown()

func (*SeasonChallengeBuy_Output) XXX_Marshal

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

func (*SeasonChallengeBuy_Output) XXX_Merge

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

func (*SeasonChallengeBuy_Output) XXX_Size

func (m *SeasonChallengeBuy_Output) XXX_Size() int

func (*SeasonChallengeBuy_Output) XXX_Unmarshal

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

type SeasonChallengeGet

type SeasonChallengeGet struct {
}

func (*SeasonChallengeGet) Descriptor

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

func (*SeasonChallengeGet) Marshal

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

func (*SeasonChallengeGet) MarshalTo

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

func (*SeasonChallengeGet) MarshalToSizedBuffer

func (m *SeasonChallengeGet) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SeasonChallengeGet) ProtoMessage

func (*SeasonChallengeGet) ProtoMessage()

func (*SeasonChallengeGet) Reset

func (m *SeasonChallengeGet) Reset()

func (*SeasonChallengeGet) Size

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

func (*SeasonChallengeGet) String

func (m *SeasonChallengeGet) String() string

func (*SeasonChallengeGet) Unmarshal

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

func (*SeasonChallengeGet) XXX_DiscardUnknown

func (m *SeasonChallengeGet) XXX_DiscardUnknown()

func (*SeasonChallengeGet) XXX_Marshal

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

func (*SeasonChallengeGet) XXX_Merge

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

func (*SeasonChallengeGet) XXX_Size

func (m *SeasonChallengeGet) XXX_Size() int

func (*SeasonChallengeGet) XXX_Unmarshal

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

type SeasonChallengeGet_Input

type SeasonChallengeGet_Input struct {
	SeasonChallengeID int64 `protobuf:"varint,1,opt,name=season_challenge_id,json=seasonChallengeId,proto3" json:"season_challenge_id,omitempty"`
}

func (*SeasonChallengeGet_Input) Descriptor

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

func (*SeasonChallengeGet_Input) GetSeasonChallengeID

func (m *SeasonChallengeGet_Input) GetSeasonChallengeID() int64

func (*SeasonChallengeGet_Input) Marshal

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

func (*SeasonChallengeGet_Input) MarshalTo

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

func (*SeasonChallengeGet_Input) MarshalToSizedBuffer

func (m *SeasonChallengeGet_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SeasonChallengeGet_Input) ProtoMessage

func (*SeasonChallengeGet_Input) ProtoMessage()

func (*SeasonChallengeGet_Input) Reset

func (m *SeasonChallengeGet_Input) Reset()

func (*SeasonChallengeGet_Input) Size

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

func (*SeasonChallengeGet_Input) String

func (m *SeasonChallengeGet_Input) String() string

func (*SeasonChallengeGet_Input) Unmarshal

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

func (*SeasonChallengeGet_Input) XXX_DiscardUnknown

func (m *SeasonChallengeGet_Input) XXX_DiscardUnknown()

func (*SeasonChallengeGet_Input) XXX_Marshal

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

func (*SeasonChallengeGet_Input) XXX_Merge

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

func (*SeasonChallengeGet_Input) XXX_Size

func (m *SeasonChallengeGet_Input) XXX_Size() int

func (*SeasonChallengeGet_Input) XXX_Unmarshal

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

type SeasonChallengeGet_Output

type SeasonChallengeGet_Output struct {
	Item *pwdb.SeasonChallenge `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
}

func (*SeasonChallengeGet_Output) Descriptor

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

func (*SeasonChallengeGet_Output) GetItem

func (*SeasonChallengeGet_Output) Marshal

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

func (*SeasonChallengeGet_Output) MarshalTo

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

func (*SeasonChallengeGet_Output) MarshalToSizedBuffer

func (m *SeasonChallengeGet_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SeasonChallengeGet_Output) ProtoMessage

func (*SeasonChallengeGet_Output) ProtoMessage()

func (*SeasonChallengeGet_Output) Reset

func (m *SeasonChallengeGet_Output) Reset()

func (*SeasonChallengeGet_Output) Size

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

func (*SeasonChallengeGet_Output) String

func (m *SeasonChallengeGet_Output) String() string

func (*SeasonChallengeGet_Output) Unmarshal

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

func (*SeasonChallengeGet_Output) XXX_DiscardUnknown

func (m *SeasonChallengeGet_Output) XXX_DiscardUnknown()

func (*SeasonChallengeGet_Output) XXX_Marshal

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

func (*SeasonChallengeGet_Output) XXX_Merge

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

func (*SeasonChallengeGet_Output) XXX_Size

func (m *SeasonChallengeGet_Output) XXX_Size() int

func (*SeasonChallengeGet_Output) XXX_Unmarshal

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

type SeasonChallengeList

type SeasonChallengeList struct {
}

func (*SeasonChallengeList) Descriptor

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

func (*SeasonChallengeList) Marshal

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

func (*SeasonChallengeList) MarshalTo

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

func (*SeasonChallengeList) MarshalToSizedBuffer

func (m *SeasonChallengeList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SeasonChallengeList) ProtoMessage

func (*SeasonChallengeList) ProtoMessage()

func (*SeasonChallengeList) Reset

func (m *SeasonChallengeList) Reset()

func (*SeasonChallengeList) Size

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

func (*SeasonChallengeList) String

func (m *SeasonChallengeList) String() string

func (*SeasonChallengeList) Unmarshal

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

func (*SeasonChallengeList) XXX_DiscardUnknown

func (m *SeasonChallengeList) XXX_DiscardUnknown()

func (*SeasonChallengeList) XXX_Marshal

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

func (*SeasonChallengeList) XXX_Merge

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

func (*SeasonChallengeList) XXX_Size

func (m *SeasonChallengeList) XXX_Size() int

func (*SeasonChallengeList) XXX_Unmarshal

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

type SeasonChallengeList_Input

type SeasonChallengeList_Input struct {
	SeasonID int64 `protobuf:"varint,1,opt,name=season_id,json=seasonId,proto3" json:"season_id,omitempty"`
}

func (*SeasonChallengeList_Input) Descriptor

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

func (*SeasonChallengeList_Input) GetSeasonID

func (m *SeasonChallengeList_Input) GetSeasonID() int64

func (*SeasonChallengeList_Input) Marshal

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

func (*SeasonChallengeList_Input) MarshalTo

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

func (*SeasonChallengeList_Input) MarshalToSizedBuffer

func (m *SeasonChallengeList_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SeasonChallengeList_Input) ProtoMessage

func (*SeasonChallengeList_Input) ProtoMessage()

func (*SeasonChallengeList_Input) Reset

func (m *SeasonChallengeList_Input) Reset()

func (*SeasonChallengeList_Input) Size

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

func (*SeasonChallengeList_Input) String

func (m *SeasonChallengeList_Input) String() string

func (*SeasonChallengeList_Input) Unmarshal

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

func (*SeasonChallengeList_Input) XXX_DiscardUnknown

func (m *SeasonChallengeList_Input) XXX_DiscardUnknown()

func (*SeasonChallengeList_Input) XXX_Marshal

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

func (*SeasonChallengeList_Input) XXX_Merge

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

func (*SeasonChallengeList_Input) XXX_Size

func (m *SeasonChallengeList_Input) XXX_Size() int

func (*SeasonChallengeList_Input) XXX_Unmarshal

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

type SeasonChallengeList_Output

type SeasonChallengeList_Output struct {
	Items []*pwdb.SeasonChallenge `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
}

func (*SeasonChallengeList_Output) Descriptor

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

func (*SeasonChallengeList_Output) GetItems

func (*SeasonChallengeList_Output) Marshal

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

func (*SeasonChallengeList_Output) MarshalTo

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

func (*SeasonChallengeList_Output) MarshalToSizedBuffer

func (m *SeasonChallengeList_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SeasonChallengeList_Output) ProtoMessage

func (*SeasonChallengeList_Output) ProtoMessage()

func (*SeasonChallengeList_Output) Reset

func (m *SeasonChallengeList_Output) Reset()

func (*SeasonChallengeList_Output) Size

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

func (*SeasonChallengeList_Output) String

func (m *SeasonChallengeList_Output) String() string

func (*SeasonChallengeList_Output) Unmarshal

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

func (*SeasonChallengeList_Output) XXX_DiscardUnknown

func (m *SeasonChallengeList_Output) XXX_DiscardUnknown()

func (*SeasonChallengeList_Output) XXX_Marshal

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

func (*SeasonChallengeList_Output) XXX_Merge

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

func (*SeasonChallengeList_Output) XXX_Size

func (m *SeasonChallengeList_Output) XXX_Size() int

func (*SeasonChallengeList_Output) XXX_Unmarshal

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

type Server

type Server struct {
	// contains filtered or unexported fields
}

Server is an HTTP+gRPC frontend for Service

func NewServer

func NewServer(ctx context.Context, svc Service, opts ServerOpts) (*Server, error)

func TestingServer

func TestingServer(t *testing.T, ctx context.Context, opts ServerOpts) (*Server, func())

func (*Server) Close

func (s *Server) Close()

func (*Server) ListenerAddr

func (s *Server) ListenerAddr() string

func (*Server) Run

func (s *Server) Run() error

type ServerOpts

type ServerOpts struct {
	Logger             *zap.Logger
	Bind               string
	CORSAllowedOrigins string
	RequestTimeout     time.Duration
	ShutdownTimeout    time.Duration
	WithPprof          bool
	Tracer             opentracing.Tracer
}

type Service

type Service interface {
	ServiceServer // generated with protobuf

	Close() error
}

func NewService

func NewService(db *gorm.DB, sso pwsso.Client, opts ServiceOpts) (Service, error)

func TestingService

func TestingService(t *testing.T, opts ServiceOpts) (Service, func())

type ServiceClient

type ServiceClient interface {
	UserGetSession(ctx context.Context, in *UserGetSession_Input, opts ...grpc.CallOption) (*UserGetSession_Output, error)
	UserSetPreferences(ctx context.Context, in *UserSetPreferences_Input, opts ...grpc.CallOption) (*UserSetPreferences_Output, error)
	UserDeleteAccount(ctx context.Context, in *UserDeleteAccount_Input, opts ...grpc.CallOption) (*UserDeleteAccount_Output, error)
	ChallengeList(ctx context.Context, in *ChallengeList_Input, opts ...grpc.CallOption) (*ChallengeList_Output, error)
	ChallengeGet(ctx context.Context, in *ChallengeGet_Input, opts ...grpc.CallOption) (*ChallengeGet_Output, error)
	SeasonChallengeList(ctx context.Context, in *SeasonChallengeList_Input, opts ...grpc.CallOption) (*SeasonChallengeList_Output, error)
	SeasonChallengeGet(ctx context.Context, in *SeasonChallengeGet_Input, opts ...grpc.CallOption) (*SeasonChallengeGet_Output, error)
	SeasonChallengeBuy(ctx context.Context, in *SeasonChallengeBuy_Input, opts ...grpc.CallOption) (*SeasonChallengeBuy_Output, error)
	ChallengeSubscriptionValidate(ctx context.Context, in *ChallengeSubscriptionValidate_Input, opts ...grpc.CallOption) (*ChallengeSubscriptionValidate_Output, error)
	ChallengeSubscriptionClose(ctx context.Context, in *ChallengeSubscriptionClose_Input, opts ...grpc.CallOption) (*ChallengeSubscriptionClose_Output, error)
	OrganizationList(ctx context.Context, in *OrganizationList_Input, opts ...grpc.CallOption) (*OrganizationList_Output, error)
	TeamList(ctx context.Context, in *TeamList_Input, opts ...grpc.CallOption) (*TeamList_Output, error)
	TeamGet(ctx context.Context, in *TeamGet_Input, opts ...grpc.CallOption) (*TeamGet_Output, error)
	TeamCreate(ctx context.Context, in *TeamCreate_Input, opts ...grpc.CallOption) (*TeamCreate_Output, error)
	TeamSendInvite(ctx context.Context, in *TeamSendInvite_Input, opts ...grpc.CallOption) (*TeamSendInvite_Output, error)
	TeamAcceptInvite(ctx context.Context, in *TeamAcceptInvite_Input, opts ...grpc.CallOption) (*TeamAcceptInvite_Output, error)
	CouponValidate(ctx context.Context, in *CouponValidate_Input, opts ...grpc.CallOption) (*CouponValidate_Output, error)
	ToolPing(ctx context.Context, in *Void, opts ...grpc.CallOption) (*Void, error)
	ToolStatus(ctx context.Context, in *GetStatus_Input, opts ...grpc.CallOption) (*GetStatus_Output, error)
	ToolInfo(ctx context.Context, in *GetInfo_Input, opts ...grpc.CallOption) (*GetInfo_Output, error)
	ToolGenerateFakeData(ctx context.Context, in *Void, opts ...grpc.CallOption) (*Void, error)
	ToolDBDump(ctx context.Context, in *Void, opts ...grpc.CallOption) (*pwdb.Dump, error)
	AgentRegister(ctx context.Context, in *AgentRegister_Input, opts ...grpc.CallOption) (*AgentRegister_Output, error)
	AgentListInstances(ctx context.Context, in *AgentListInstances_Input, opts ...grpc.CallOption) (*AgentListInstances_Output, error)
	AgentUpdateState(ctx context.Context, in *AgentUpdateState_Input, opts ...grpc.CallOption) (*AgentUpdateState_Output, error)
	AgentList(ctx context.Context, in *AgentList_Input, opts ...grpc.CallOption) (*AgentList_Output, error)
	AdminPS(ctx context.Context, in *AdminPS_Input, opts ...grpc.CallOption) (*AdminPS_Output, error)
	AdminRedump(ctx context.Context, in *AdminRedump_Input, opts ...grpc.CallOption) (*AdminRedump_Output, error)
	AdminChallengeAdd(ctx context.Context, in *AdminChallengeAdd_Input, opts ...grpc.CallOption) (*AdminChallengeAdd_Output, error)
	AdminChallengeFlavorAdd(ctx context.Context, in *AdminChallengeFlavorAdd_Input, opts ...grpc.CallOption) (*AdminChallengeFlavorAdd_Output, error)
	AdminChallengeInstanceAdd(ctx context.Context, in *AdminChallengeInstanceAdd_Input, opts ...grpc.CallOption) (*AdminChallengeInstanceAdd_Output, error)
}

ServiceClient is the client API for Service service.

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

func NewServiceClient

func NewServiceClient(cc *grpc.ClientConn) ServiceClient

func TestingClient

func TestingClient(t *testing.T, address string) (ServiceClient, func())

type ServiceOpts

type ServiceOpts struct {
	Logger    *zap.Logger
	Snowflake *snowflake.Node
}

type ServiceServer

type ServiceServer interface {
	UserGetSession(context.Context, *UserGetSession_Input) (*UserGetSession_Output, error)
	UserSetPreferences(context.Context, *UserSetPreferences_Input) (*UserSetPreferences_Output, error)
	UserDeleteAccount(context.Context, *UserDeleteAccount_Input) (*UserDeleteAccount_Output, error)
	ChallengeList(context.Context, *ChallengeList_Input) (*ChallengeList_Output, error)
	ChallengeGet(context.Context, *ChallengeGet_Input) (*ChallengeGet_Output, error)
	SeasonChallengeList(context.Context, *SeasonChallengeList_Input) (*SeasonChallengeList_Output, error)
	SeasonChallengeGet(context.Context, *SeasonChallengeGet_Input) (*SeasonChallengeGet_Output, error)
	SeasonChallengeBuy(context.Context, *SeasonChallengeBuy_Input) (*SeasonChallengeBuy_Output, error)
	ChallengeSubscriptionValidate(context.Context, *ChallengeSubscriptionValidate_Input) (*ChallengeSubscriptionValidate_Output, error)
	ChallengeSubscriptionClose(context.Context, *ChallengeSubscriptionClose_Input) (*ChallengeSubscriptionClose_Output, error)
	OrganizationList(context.Context, *OrganizationList_Input) (*OrganizationList_Output, error)
	TeamList(context.Context, *TeamList_Input) (*TeamList_Output, error)
	TeamGet(context.Context, *TeamGet_Input) (*TeamGet_Output, error)
	TeamCreate(context.Context, *TeamCreate_Input) (*TeamCreate_Output, error)
	TeamSendInvite(context.Context, *TeamSendInvite_Input) (*TeamSendInvite_Output, error)
	TeamAcceptInvite(context.Context, *TeamAcceptInvite_Input) (*TeamAcceptInvite_Output, error)
	CouponValidate(context.Context, *CouponValidate_Input) (*CouponValidate_Output, error)
	ToolPing(context.Context, *Void) (*Void, error)
	ToolStatus(context.Context, *GetStatus_Input) (*GetStatus_Output, error)
	ToolInfo(context.Context, *GetInfo_Input) (*GetInfo_Output, error)
	ToolGenerateFakeData(context.Context, *Void) (*Void, error)
	ToolDBDump(context.Context, *Void) (*pwdb.Dump, error)
	AgentRegister(context.Context, *AgentRegister_Input) (*AgentRegister_Output, error)
	AgentListInstances(context.Context, *AgentListInstances_Input) (*AgentListInstances_Output, error)
	AgentUpdateState(context.Context, *AgentUpdateState_Input) (*AgentUpdateState_Output, error)
	AgentList(context.Context, *AgentList_Input) (*AgentList_Output, error)
	AdminPS(context.Context, *AdminPS_Input) (*AdminPS_Output, error)
	AdminRedump(context.Context, *AdminRedump_Input) (*AdminRedump_Output, error)
	AdminChallengeAdd(context.Context, *AdminChallengeAdd_Input) (*AdminChallengeAdd_Output, error)
	AdminChallengeFlavorAdd(context.Context, *AdminChallengeFlavorAdd_Input) (*AdminChallengeFlavorAdd_Output, error)
	AdminChallengeInstanceAdd(context.Context, *AdminChallengeInstanceAdd_Input) (*AdminChallengeInstanceAdd_Output, error)
}

ServiceServer is the server API for Service service.

type TeamAcceptInvite

type TeamAcceptInvite struct {
}

func (*TeamAcceptInvite) Descriptor

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

func (*TeamAcceptInvite) Marshal

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

func (*TeamAcceptInvite) MarshalTo

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

func (*TeamAcceptInvite) MarshalToSizedBuffer

func (m *TeamAcceptInvite) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TeamAcceptInvite) ProtoMessage

func (*TeamAcceptInvite) ProtoMessage()

func (*TeamAcceptInvite) Reset

func (m *TeamAcceptInvite) Reset()

func (*TeamAcceptInvite) Size

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

func (*TeamAcceptInvite) String

func (m *TeamAcceptInvite) String() string

func (*TeamAcceptInvite) Unmarshal

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

func (*TeamAcceptInvite) XXX_DiscardUnknown

func (m *TeamAcceptInvite) XXX_DiscardUnknown()

func (*TeamAcceptInvite) XXX_Marshal

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

func (*TeamAcceptInvite) XXX_Merge

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

func (*TeamAcceptInvite) XXX_Size

func (m *TeamAcceptInvite) XXX_Size() int

func (*TeamAcceptInvite) XXX_Unmarshal

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

type TeamAcceptInvite_Input

type TeamAcceptInvite_Input struct {
	TeamMemberID int64 `protobuf:"varint,1,opt,name=team_member_id,json=teamMemberId,proto3" json:"team_member_id,omitempty"`
}

func (*TeamAcceptInvite_Input) Descriptor

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

func (*TeamAcceptInvite_Input) GetTeamMemberID

func (m *TeamAcceptInvite_Input) GetTeamMemberID() int64

func (*TeamAcceptInvite_Input) Marshal

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

func (*TeamAcceptInvite_Input) MarshalTo

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

func (*TeamAcceptInvite_Input) MarshalToSizedBuffer

func (m *TeamAcceptInvite_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TeamAcceptInvite_Input) ProtoMessage

func (*TeamAcceptInvite_Input) ProtoMessage()

func (*TeamAcceptInvite_Input) Reset

func (m *TeamAcceptInvite_Input) Reset()

func (*TeamAcceptInvite_Input) Size

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

func (*TeamAcceptInvite_Input) String

func (m *TeamAcceptInvite_Input) String() string

func (*TeamAcceptInvite_Input) Unmarshal

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

func (*TeamAcceptInvite_Input) XXX_DiscardUnknown

func (m *TeamAcceptInvite_Input) XXX_DiscardUnknown()

func (*TeamAcceptInvite_Input) XXX_Marshal

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

func (*TeamAcceptInvite_Input) XXX_Merge

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

func (*TeamAcceptInvite_Input) XXX_Size

func (m *TeamAcceptInvite_Input) XXX_Size() int

func (*TeamAcceptInvite_Input) XXX_Unmarshal

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

type TeamAcceptInvite_Output

type TeamAcceptInvite_Output struct {
	TeamMember *pwdb.TeamMember `protobuf:"bytes,1,opt,name=team_member,json=teamMember,proto3" json:"team_member,omitempty"`
}

func (*TeamAcceptInvite_Output) Descriptor

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

func (*TeamAcceptInvite_Output) GetTeamMember

func (m *TeamAcceptInvite_Output) GetTeamMember() *pwdb.TeamMember

func (*TeamAcceptInvite_Output) Marshal

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

func (*TeamAcceptInvite_Output) MarshalTo

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

func (*TeamAcceptInvite_Output) MarshalToSizedBuffer

func (m *TeamAcceptInvite_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TeamAcceptInvite_Output) ProtoMessage

func (*TeamAcceptInvite_Output) ProtoMessage()

func (*TeamAcceptInvite_Output) Reset

func (m *TeamAcceptInvite_Output) Reset()

func (*TeamAcceptInvite_Output) Size

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

func (*TeamAcceptInvite_Output) String

func (m *TeamAcceptInvite_Output) String() string

func (*TeamAcceptInvite_Output) Unmarshal

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

func (*TeamAcceptInvite_Output) XXX_DiscardUnknown

func (m *TeamAcceptInvite_Output) XXX_DiscardUnknown()

func (*TeamAcceptInvite_Output) XXX_Marshal

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

func (*TeamAcceptInvite_Output) XXX_Merge

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

func (*TeamAcceptInvite_Output) XXX_Size

func (m *TeamAcceptInvite_Output) XXX_Size() int

func (*TeamAcceptInvite_Output) XXX_Unmarshal

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

type TeamCreate

type TeamCreate struct {
}

func (*TeamCreate) Descriptor

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

func (*TeamCreate) Marshal

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

func (*TeamCreate) MarshalTo

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

func (*TeamCreate) MarshalToSizedBuffer

func (m *TeamCreate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TeamCreate) ProtoMessage

func (*TeamCreate) ProtoMessage()

func (*TeamCreate) Reset

func (m *TeamCreate) Reset()

func (*TeamCreate) Size

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

func (*TeamCreate) String

func (m *TeamCreate) String() string

func (*TeamCreate) Unmarshal

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

func (*TeamCreate) XXX_DiscardUnknown

func (m *TeamCreate) XXX_DiscardUnknown()

func (*TeamCreate) XXX_Marshal

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

func (*TeamCreate) XXX_Merge

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

func (*TeamCreate) XXX_Size

func (m *TeamCreate) XXX_Size() int

func (*TeamCreate) XXX_Unmarshal

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

type TeamCreate_Input

type TeamCreate_Input struct {
	OrganizationID int64  `protobuf:"varint,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	Name           string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	SeasonID       int64  `protobuf:"varint,3,opt,name=season_id,json=seasonId,proto3" json:"season_id,omitempty"`
}

func (*TeamCreate_Input) Descriptor

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

func (*TeamCreate_Input) GetName

func (m *TeamCreate_Input) GetName() string

func (*TeamCreate_Input) GetOrganizationID

func (m *TeamCreate_Input) GetOrganizationID() int64

func (*TeamCreate_Input) GetSeasonID

func (m *TeamCreate_Input) GetSeasonID() int64

func (*TeamCreate_Input) Marshal

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

func (*TeamCreate_Input) MarshalTo

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

func (*TeamCreate_Input) MarshalToSizedBuffer

func (m *TeamCreate_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TeamCreate_Input) ProtoMessage

func (*TeamCreate_Input) ProtoMessage()

func (*TeamCreate_Input) Reset

func (m *TeamCreate_Input) Reset()

func (*TeamCreate_Input) Size

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

func (*TeamCreate_Input) String

func (m *TeamCreate_Input) String() string

func (*TeamCreate_Input) Unmarshal

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

func (*TeamCreate_Input) XXX_DiscardUnknown

func (m *TeamCreate_Input) XXX_DiscardUnknown()

func (*TeamCreate_Input) XXX_Marshal

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

func (*TeamCreate_Input) XXX_Merge

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

func (*TeamCreate_Input) XXX_Size

func (m *TeamCreate_Input) XXX_Size() int

func (*TeamCreate_Input) XXX_Unmarshal

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

type TeamCreate_Output

type TeamCreate_Output struct {
	Team *pwdb.Team `protobuf:"bytes,1,opt,name=team,proto3" json:"team,omitempty"`
}

func (*TeamCreate_Output) Descriptor

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

func (*TeamCreate_Output) GetTeam

func (m *TeamCreate_Output) GetTeam() *pwdb.Team

func (*TeamCreate_Output) Marshal

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

func (*TeamCreate_Output) MarshalTo

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

func (*TeamCreate_Output) MarshalToSizedBuffer

func (m *TeamCreate_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TeamCreate_Output) ProtoMessage

func (*TeamCreate_Output) ProtoMessage()

func (*TeamCreate_Output) Reset

func (m *TeamCreate_Output) Reset()

func (*TeamCreate_Output) Size

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

func (*TeamCreate_Output) String

func (m *TeamCreate_Output) String() string

func (*TeamCreate_Output) Unmarshal

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

func (*TeamCreate_Output) XXX_DiscardUnknown

func (m *TeamCreate_Output) XXX_DiscardUnknown()

func (*TeamCreate_Output) XXX_Marshal

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

func (*TeamCreate_Output) XXX_Merge

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

func (*TeamCreate_Output) XXX_Size

func (m *TeamCreate_Output) XXX_Size() int

func (*TeamCreate_Output) XXX_Unmarshal

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

type TeamGet

type TeamGet struct {
}

func (*TeamGet) Descriptor

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

func (*TeamGet) Marshal

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

func (*TeamGet) MarshalTo

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

func (*TeamGet) MarshalToSizedBuffer

func (m *TeamGet) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TeamGet) ProtoMessage

func (*TeamGet) ProtoMessage()

func (*TeamGet) Reset

func (m *TeamGet) Reset()

func (*TeamGet) Size

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

func (*TeamGet) String

func (m *TeamGet) String() string

func (*TeamGet) Unmarshal

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

func (*TeamGet) XXX_DiscardUnknown

func (m *TeamGet) XXX_DiscardUnknown()

func (*TeamGet) XXX_Marshal

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

func (*TeamGet) XXX_Merge

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

func (*TeamGet) XXX_Size

func (m *TeamGet) XXX_Size() int

func (*TeamGet) XXX_Unmarshal

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

type TeamGet_Input

type TeamGet_Input struct {
	TeamID int64 `protobuf:"varint,1,opt,name=team_id,json=teamId,proto3" json:"team_id,omitempty"`
}

func (*TeamGet_Input) Descriptor

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

func (*TeamGet_Input) GetTeamID

func (m *TeamGet_Input) GetTeamID() int64

func (*TeamGet_Input) Marshal

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

func (*TeamGet_Input) MarshalTo

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

func (*TeamGet_Input) MarshalToSizedBuffer

func (m *TeamGet_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TeamGet_Input) ProtoMessage

func (*TeamGet_Input) ProtoMessage()

func (*TeamGet_Input) Reset

func (m *TeamGet_Input) Reset()

func (*TeamGet_Input) Size

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

func (*TeamGet_Input) String

func (m *TeamGet_Input) String() string

func (*TeamGet_Input) Unmarshal

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

func (*TeamGet_Input) XXX_DiscardUnknown

func (m *TeamGet_Input) XXX_DiscardUnknown()

func (*TeamGet_Input) XXX_Marshal

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

func (*TeamGet_Input) XXX_Merge

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

func (*TeamGet_Input) XXX_Size

func (m *TeamGet_Input) XXX_Size() int

func (*TeamGet_Input) XXX_Unmarshal

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

type TeamGet_Output

type TeamGet_Output struct {
	Item *pwdb.Team `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
}

func (*TeamGet_Output) Descriptor

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

func (*TeamGet_Output) GetItem

func (m *TeamGet_Output) GetItem() *pwdb.Team

func (*TeamGet_Output) Marshal

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

func (*TeamGet_Output) MarshalTo

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

func (*TeamGet_Output) MarshalToSizedBuffer

func (m *TeamGet_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TeamGet_Output) ProtoMessage

func (*TeamGet_Output) ProtoMessage()

func (*TeamGet_Output) Reset

func (m *TeamGet_Output) Reset()

func (*TeamGet_Output) Size

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

func (*TeamGet_Output) String

func (m *TeamGet_Output) String() string

func (*TeamGet_Output) Unmarshal

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

func (*TeamGet_Output) XXX_DiscardUnknown

func (m *TeamGet_Output) XXX_DiscardUnknown()

func (*TeamGet_Output) XXX_Marshal

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

func (*TeamGet_Output) XXX_Merge

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

func (*TeamGet_Output) XXX_Size

func (m *TeamGet_Output) XXX_Size() int

func (*TeamGet_Output) XXX_Unmarshal

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

type TeamList

type TeamList struct {
}

func (*TeamList) Descriptor

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

func (*TeamList) Marshal

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

func (*TeamList) MarshalTo

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

func (*TeamList) MarshalToSizedBuffer

func (m *TeamList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TeamList) ProtoMessage

func (*TeamList) ProtoMessage()

func (*TeamList) Reset

func (m *TeamList) Reset()

func (*TeamList) Size

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

func (*TeamList) String

func (m *TeamList) String() string

func (*TeamList) Unmarshal

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

func (*TeamList) XXX_DiscardUnknown

func (m *TeamList) XXX_DiscardUnknown()

func (*TeamList) XXX_Marshal

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

func (*TeamList) XXX_Merge

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

func (*TeamList) XXX_Size

func (m *TeamList) XXX_Size() int

func (*TeamList) XXX_Unmarshal

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

type TeamList_Input

type TeamList_Input struct {
	SeasonID int64 `protobuf:"varint,1,opt,name=season_id,json=seasonId,proto3" json:"season_id,omitempty"`
}

func (*TeamList_Input) Descriptor

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

func (*TeamList_Input) GetSeasonID

func (m *TeamList_Input) GetSeasonID() int64

func (*TeamList_Input) Marshal

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

func (*TeamList_Input) MarshalTo

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

func (*TeamList_Input) MarshalToSizedBuffer

func (m *TeamList_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TeamList_Input) ProtoMessage

func (*TeamList_Input) ProtoMessage()

func (*TeamList_Input) Reset

func (m *TeamList_Input) Reset()

func (*TeamList_Input) Size

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

func (*TeamList_Input) String

func (m *TeamList_Input) String() string

func (*TeamList_Input) Unmarshal

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

func (*TeamList_Input) XXX_DiscardUnknown

func (m *TeamList_Input) XXX_DiscardUnknown()

func (*TeamList_Input) XXX_Marshal

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

func (*TeamList_Input) XXX_Merge

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

func (*TeamList_Input) XXX_Size

func (m *TeamList_Input) XXX_Size() int

func (*TeamList_Input) XXX_Unmarshal

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

type TeamList_Output

type TeamList_Output struct {
	Items []*pwdb.Team `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
}

func (*TeamList_Output) Descriptor

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

func (*TeamList_Output) GetItems

func (m *TeamList_Output) GetItems() []*pwdb.Team

func (*TeamList_Output) Marshal

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

func (*TeamList_Output) MarshalTo

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

func (*TeamList_Output) MarshalToSizedBuffer

func (m *TeamList_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TeamList_Output) ProtoMessage

func (*TeamList_Output) ProtoMessage()

func (*TeamList_Output) Reset

func (m *TeamList_Output) Reset()

func (*TeamList_Output) Size

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

func (*TeamList_Output) String

func (m *TeamList_Output) String() string

func (*TeamList_Output) Unmarshal

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

func (*TeamList_Output) XXX_DiscardUnknown

func (m *TeamList_Output) XXX_DiscardUnknown()

func (*TeamList_Output) XXX_Marshal

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

func (*TeamList_Output) XXX_Merge

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

func (*TeamList_Output) XXX_Size

func (m *TeamList_Output) XXX_Size() int

func (*TeamList_Output) XXX_Unmarshal

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

type TeamSendInvite

type TeamSendInvite struct {
}

func (*TeamSendInvite) Descriptor

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

func (*TeamSendInvite) Marshal

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

func (*TeamSendInvite) MarshalTo

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

func (*TeamSendInvite) MarshalToSizedBuffer

func (m *TeamSendInvite) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TeamSendInvite) ProtoMessage

func (*TeamSendInvite) ProtoMessage()

func (*TeamSendInvite) Reset

func (m *TeamSendInvite) Reset()

func (*TeamSendInvite) Size

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

func (*TeamSendInvite) String

func (m *TeamSendInvite) String() string

func (*TeamSendInvite) Unmarshal

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

func (*TeamSendInvite) XXX_DiscardUnknown

func (m *TeamSendInvite) XXX_DiscardUnknown()

func (*TeamSendInvite) XXX_Marshal

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

func (*TeamSendInvite) XXX_Merge

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

func (*TeamSendInvite) XXX_Size

func (m *TeamSendInvite) XXX_Size() int

func (*TeamSendInvite) XXX_Unmarshal

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

type TeamSendInvite_Input

type TeamSendInvite_Input struct {
	TeamID int64 `protobuf:"varint,1,opt,name=team_id,json=teamId,proto3" json:"team_id,omitempty"`
	UserID int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
}

func (*TeamSendInvite_Input) Descriptor

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

func (*TeamSendInvite_Input) GetTeamID

func (m *TeamSendInvite_Input) GetTeamID() int64

func (*TeamSendInvite_Input) GetUserID

func (m *TeamSendInvite_Input) GetUserID() int64

func (*TeamSendInvite_Input) Marshal

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

func (*TeamSendInvite_Input) MarshalTo

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

func (*TeamSendInvite_Input) MarshalToSizedBuffer

func (m *TeamSendInvite_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TeamSendInvite_Input) ProtoMessage

func (*TeamSendInvite_Input) ProtoMessage()

func (*TeamSendInvite_Input) Reset

func (m *TeamSendInvite_Input) Reset()

func (*TeamSendInvite_Input) Size

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

func (*TeamSendInvite_Input) String

func (m *TeamSendInvite_Input) String() string

func (*TeamSendInvite_Input) Unmarshal

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

func (*TeamSendInvite_Input) XXX_DiscardUnknown

func (m *TeamSendInvite_Input) XXX_DiscardUnknown()

func (*TeamSendInvite_Input) XXX_Marshal

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

func (*TeamSendInvite_Input) XXX_Merge

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

func (*TeamSendInvite_Input) XXX_Size

func (m *TeamSendInvite_Input) XXX_Size() int

func (*TeamSendInvite_Input) XXX_Unmarshal

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

type TeamSendInvite_Output

type TeamSendInvite_Output struct {
	TeamMember *pwdb.TeamMember `protobuf:"bytes,1,opt,name=team_member,json=teamMember,proto3" json:"team_member,omitempty"`
}

func (*TeamSendInvite_Output) Descriptor

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

func (*TeamSendInvite_Output) GetTeamMember

func (m *TeamSendInvite_Output) GetTeamMember() *pwdb.TeamMember

func (*TeamSendInvite_Output) Marshal

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

func (*TeamSendInvite_Output) MarshalTo

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

func (*TeamSendInvite_Output) MarshalToSizedBuffer

func (m *TeamSendInvite_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TeamSendInvite_Output) ProtoMessage

func (*TeamSendInvite_Output) ProtoMessage()

func (*TeamSendInvite_Output) Reset

func (m *TeamSendInvite_Output) Reset()

func (*TeamSendInvite_Output) Size

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

func (*TeamSendInvite_Output) String

func (m *TeamSendInvite_Output) String() string

func (*TeamSendInvite_Output) Unmarshal

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

func (*TeamSendInvite_Output) XXX_DiscardUnknown

func (m *TeamSendInvite_Output) XXX_DiscardUnknown()

func (*TeamSendInvite_Output) XXX_Marshal

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

func (*TeamSendInvite_Output) XXX_Merge

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

func (*TeamSendInvite_Output) XXX_Size

func (m *TeamSendInvite_Output) XXX_Size() int

func (*TeamSendInvite_Output) XXX_Unmarshal

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

type UnimplementedServiceServer

type UnimplementedServiceServer struct {
}

UnimplementedServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedServiceServer) AdminChallengeAdd added in v2.9.0

func (*UnimplementedServiceServer) AdminChallengeFlavorAdd added in v2.19.0

func (*UnimplementedServiceServer) AdminChallengeInstanceAdd added in v2.19.0

func (*UnimplementedServiceServer) AdminPS

func (*UnimplementedServiceServer) AdminRedump

func (*UnimplementedServiceServer) AgentList

func (*UnimplementedServiceServer) AgentListInstances

func (*UnimplementedServiceServer) AgentRegister

func (*UnimplementedServiceServer) AgentUpdateState

func (*UnimplementedServiceServer) ChallengeGet

func (*UnimplementedServiceServer) ChallengeList

func (*UnimplementedServiceServer) ChallengeSubscriptionClose

func (*UnimplementedServiceServer) CouponValidate

func (*UnimplementedServiceServer) OrganizationList

func (*UnimplementedServiceServer) SeasonChallengeBuy

func (*UnimplementedServiceServer) SeasonChallengeGet

func (*UnimplementedServiceServer) SeasonChallengeList

func (*UnimplementedServiceServer) TeamAcceptInvite

func (*UnimplementedServiceServer) TeamCreate

func (*UnimplementedServiceServer) TeamGet

func (*UnimplementedServiceServer) TeamList

func (*UnimplementedServiceServer) TeamSendInvite

func (*UnimplementedServiceServer) ToolDBDump

func (*UnimplementedServiceServer) ToolDBDump(ctx context.Context, req *Void) (*pwdb.Dump, error)

func (*UnimplementedServiceServer) ToolGenerateFakeData

func (*UnimplementedServiceServer) ToolGenerateFakeData(ctx context.Context, req *Void) (*Void, error)

func (*UnimplementedServiceServer) ToolInfo

func (*UnimplementedServiceServer) ToolPing

func (*UnimplementedServiceServer) ToolPing(ctx context.Context, req *Void) (*Void, error)

func (*UnimplementedServiceServer) ToolStatus

func (*UnimplementedServiceServer) UserDeleteAccount

func (*UnimplementedServiceServer) UserGetSession

func (*UnimplementedServiceServer) UserSetPreferences

type UserDeleteAccount

type UserDeleteAccount struct {
}

func (*UserDeleteAccount) Descriptor

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

func (*UserDeleteAccount) Marshal

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

func (*UserDeleteAccount) MarshalTo

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

func (*UserDeleteAccount) MarshalToSizedBuffer

func (m *UserDeleteAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UserDeleteAccount) ProtoMessage

func (*UserDeleteAccount) ProtoMessage()

func (*UserDeleteAccount) Reset

func (m *UserDeleteAccount) Reset()

func (*UserDeleteAccount) Size

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

func (*UserDeleteAccount) String

func (m *UserDeleteAccount) String() string

func (*UserDeleteAccount) Unmarshal

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

func (*UserDeleteAccount) XXX_DiscardUnknown

func (m *UserDeleteAccount) XXX_DiscardUnknown()

func (*UserDeleteAccount) XXX_Marshal

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

func (*UserDeleteAccount) XXX_Merge

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

func (*UserDeleteAccount) XXX_Size

func (m *UserDeleteAccount) XXX_Size() int

func (*UserDeleteAccount) XXX_Unmarshal

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

type UserDeleteAccount_Input

type UserDeleteAccount_Input struct {
	Reason string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
}

func (*UserDeleteAccount_Input) Descriptor

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

func (*UserDeleteAccount_Input) GetReason

func (m *UserDeleteAccount_Input) GetReason() string

func (*UserDeleteAccount_Input) Marshal

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

func (*UserDeleteAccount_Input) MarshalTo

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

func (*UserDeleteAccount_Input) MarshalToSizedBuffer

func (m *UserDeleteAccount_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UserDeleteAccount_Input) ProtoMessage

func (*UserDeleteAccount_Input) ProtoMessage()

func (*UserDeleteAccount_Input) Reset

func (m *UserDeleteAccount_Input) Reset()

func (*UserDeleteAccount_Input) Size

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

func (*UserDeleteAccount_Input) String

func (m *UserDeleteAccount_Input) String() string

func (*UserDeleteAccount_Input) Unmarshal

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

func (*UserDeleteAccount_Input) XXX_DiscardUnknown

func (m *UserDeleteAccount_Input) XXX_DiscardUnknown()

func (*UserDeleteAccount_Input) XXX_Marshal

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

func (*UserDeleteAccount_Input) XXX_Merge

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

func (*UserDeleteAccount_Input) XXX_Size

func (m *UserDeleteAccount_Input) XXX_Size() int

func (*UserDeleteAccount_Input) XXX_Unmarshal

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

type UserDeleteAccount_Output

type UserDeleteAccount_Output struct {
}

func (*UserDeleteAccount_Output) Descriptor

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

func (*UserDeleteAccount_Output) Marshal

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

func (*UserDeleteAccount_Output) MarshalTo

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

func (*UserDeleteAccount_Output) MarshalToSizedBuffer

func (m *UserDeleteAccount_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UserDeleteAccount_Output) ProtoMessage

func (*UserDeleteAccount_Output) ProtoMessage()

func (*UserDeleteAccount_Output) Reset

func (m *UserDeleteAccount_Output) Reset()

func (*UserDeleteAccount_Output) Size

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

func (*UserDeleteAccount_Output) String

func (m *UserDeleteAccount_Output) String() string

func (*UserDeleteAccount_Output) Unmarshal

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

func (*UserDeleteAccount_Output) XXX_DiscardUnknown

func (m *UserDeleteAccount_Output) XXX_DiscardUnknown()

func (*UserDeleteAccount_Output) XXX_Marshal

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

func (*UserDeleteAccount_Output) XXX_Merge

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

func (*UserDeleteAccount_Output) XXX_Size

func (m *UserDeleteAccount_Output) XXX_Size() int

func (*UserDeleteAccount_Output) XXX_Unmarshal

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

type UserGetSession

type UserGetSession struct {
}

func (*UserGetSession) Descriptor

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

func (*UserGetSession) Marshal

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

func (*UserGetSession) MarshalTo

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

func (*UserGetSession) MarshalToSizedBuffer

func (m *UserGetSession) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UserGetSession) ProtoMessage

func (*UserGetSession) ProtoMessage()

func (*UserGetSession) Reset

func (m *UserGetSession) Reset()

func (*UserGetSession) Size

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

func (*UserGetSession) String

func (m *UserGetSession) String() string

func (*UserGetSession) Unmarshal

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

func (*UserGetSession) XXX_DiscardUnknown

func (m *UserGetSession) XXX_DiscardUnknown()

func (*UserGetSession) XXX_Marshal

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

func (*UserGetSession) XXX_Merge

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

func (*UserGetSession) XXX_Size

func (m *UserGetSession) XXX_Size() int

func (*UserGetSession) XXX_Unmarshal

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

type UserGetSession_Input

type UserGetSession_Input struct {
}

func (*UserGetSession_Input) Descriptor

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

func (*UserGetSession_Input) Marshal

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

func (*UserGetSession_Input) MarshalTo

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

func (*UserGetSession_Input) MarshalToSizedBuffer

func (m *UserGetSession_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UserGetSession_Input) ProtoMessage

func (*UserGetSession_Input) ProtoMessage()

func (*UserGetSession_Input) Reset

func (m *UserGetSession_Input) Reset()

func (*UserGetSession_Input) Size

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

func (*UserGetSession_Input) String

func (m *UserGetSession_Input) String() string

func (*UserGetSession_Input) Unmarshal

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

func (*UserGetSession_Input) XXX_DiscardUnknown

func (m *UserGetSession_Input) XXX_DiscardUnknown()

func (*UserGetSession_Input) XXX_Marshal

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

func (*UserGetSession_Input) XXX_Merge

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

func (*UserGetSession_Input) XXX_Size

func (m *UserGetSession_Input) XXX_Size() int

func (*UserGetSession_Input) XXX_Unmarshal

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

type UserGetSession_Output

type UserGetSession_Output struct {
	User          *pwdb.User                             `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	IsNewUser     bool                                   `protobuf:"varint,2,opt,name=is_new_user,json=isNewUser,proto3" json:"is_new_user,omitempty"`
	Claims        *pwsso.Claims                          `protobuf:"bytes,3,opt,name=claims,proto3" json:"claims,omitempty"`
	Notifications int32                                  `protobuf:"varint,4,opt,name=notifications,proto3" json:"notifications,omitempty"`
	Seasons       []*UserGetSession_Output_SeasonAndTeam `protobuf:"bytes,5,rep,name=seasons,proto3" json:"seasons,omitempty"`
}

func (*UserGetSession_Output) Descriptor

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

func (*UserGetSession_Output) GetClaims

func (m *UserGetSession_Output) GetClaims() *pwsso.Claims

func (*UserGetSession_Output) GetIsNewUser

func (m *UserGetSession_Output) GetIsNewUser() bool

func (*UserGetSession_Output) GetNotifications

func (m *UserGetSession_Output) GetNotifications() int32

func (*UserGetSession_Output) GetSeasons

func (*UserGetSession_Output) GetUser

func (m *UserGetSession_Output) GetUser() *pwdb.User

func (*UserGetSession_Output) Marshal

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

func (*UserGetSession_Output) MarshalTo

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

func (*UserGetSession_Output) MarshalToSizedBuffer

func (m *UserGetSession_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UserGetSession_Output) ProtoMessage

func (*UserGetSession_Output) ProtoMessage()

func (*UserGetSession_Output) Reset

func (m *UserGetSession_Output) Reset()

func (*UserGetSession_Output) Size

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

func (*UserGetSession_Output) String

func (m *UserGetSession_Output) String() string

func (*UserGetSession_Output) Unmarshal

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

func (*UserGetSession_Output) XXX_DiscardUnknown

func (m *UserGetSession_Output) XXX_DiscardUnknown()

func (*UserGetSession_Output) XXX_Marshal

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

func (*UserGetSession_Output) XXX_Merge

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

func (*UserGetSession_Output) XXX_Size

func (m *UserGetSession_Output) XXX_Size() int

func (*UserGetSession_Output) XXX_Unmarshal

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

type UserGetSession_Output_SeasonAndTeam

type UserGetSession_Output_SeasonAndTeam struct {
	Season   *pwdb.Season `protobuf:"bytes,1,opt,name=season,proto3" json:"season,omitempty"`
	Team     *pwdb.Team   `protobuf:"bytes,2,opt,name=team,proto3" json:"team,omitempty"`
	IsActive bool         `protobuf:"varint,3,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
}

func (*UserGetSession_Output_SeasonAndTeam) Descriptor

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

func (*UserGetSession_Output_SeasonAndTeam) GetIsActive

func (m *UserGetSession_Output_SeasonAndTeam) GetIsActive() bool

func (*UserGetSession_Output_SeasonAndTeam) GetSeason

func (*UserGetSession_Output_SeasonAndTeam) GetTeam

func (*UserGetSession_Output_SeasonAndTeam) Marshal

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

func (*UserGetSession_Output_SeasonAndTeam) MarshalTo

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

func (*UserGetSession_Output_SeasonAndTeam) MarshalToSizedBuffer

func (m *UserGetSession_Output_SeasonAndTeam) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UserGetSession_Output_SeasonAndTeam) ProtoMessage

func (*UserGetSession_Output_SeasonAndTeam) ProtoMessage()

func (*UserGetSession_Output_SeasonAndTeam) Reset

func (*UserGetSession_Output_SeasonAndTeam) Size

func (*UserGetSession_Output_SeasonAndTeam) String

func (*UserGetSession_Output_SeasonAndTeam) Unmarshal

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

func (*UserGetSession_Output_SeasonAndTeam) XXX_DiscardUnknown

func (m *UserGetSession_Output_SeasonAndTeam) XXX_DiscardUnknown()

func (*UserGetSession_Output_SeasonAndTeam) XXX_Marshal

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

func (*UserGetSession_Output_SeasonAndTeam) XXX_Merge

func (*UserGetSession_Output_SeasonAndTeam) XXX_Size

func (*UserGetSession_Output_SeasonAndTeam) XXX_Unmarshal

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

type UserSetPreferences

type UserSetPreferences struct {
}

func (*UserSetPreferences) Descriptor

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

func (*UserSetPreferences) Marshal

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

func (*UserSetPreferences) MarshalTo

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

func (*UserSetPreferences) MarshalToSizedBuffer

func (m *UserSetPreferences) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UserSetPreferences) ProtoMessage

func (*UserSetPreferences) ProtoMessage()

func (*UserSetPreferences) Reset

func (m *UserSetPreferences) Reset()

func (*UserSetPreferences) Size

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

func (*UserSetPreferences) String

func (m *UserSetPreferences) String() string

func (*UserSetPreferences) Unmarshal

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

func (*UserSetPreferences) XXX_DiscardUnknown

func (m *UserSetPreferences) XXX_DiscardUnknown()

func (*UserSetPreferences) XXX_Marshal

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

func (*UserSetPreferences) XXX_Merge

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

func (*UserSetPreferences) XXX_Size

func (m *UserSetPreferences) XXX_Size() int

func (*UserSetPreferences) XXX_Unmarshal

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

type UserSetPreferences_Input

type UserSetPreferences_Input struct {
	ActiveSeasonID int64 `protobuf:"varint,1,opt,name=active_season_id,json=activeSeasonId,proto3" json:"active_season_id,omitempty"`
}

func (*UserSetPreferences_Input) Descriptor

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

func (*UserSetPreferences_Input) GetActiveSeasonID

func (m *UserSetPreferences_Input) GetActiveSeasonID() int64

func (*UserSetPreferences_Input) Marshal

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

func (*UserSetPreferences_Input) MarshalTo

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

func (*UserSetPreferences_Input) MarshalToSizedBuffer

func (m *UserSetPreferences_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UserSetPreferences_Input) ProtoMessage

func (*UserSetPreferences_Input) ProtoMessage()

func (*UserSetPreferences_Input) Reset

func (m *UserSetPreferences_Input) Reset()

func (*UserSetPreferences_Input) Size

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

func (*UserSetPreferences_Input) String

func (m *UserSetPreferences_Input) String() string

func (*UserSetPreferences_Input) Unmarshal

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

func (*UserSetPreferences_Input) XXX_DiscardUnknown

func (m *UserSetPreferences_Input) XXX_DiscardUnknown()

func (*UserSetPreferences_Input) XXX_Marshal

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

func (*UserSetPreferences_Input) XXX_Merge

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

func (*UserSetPreferences_Input) XXX_Size

func (m *UserSetPreferences_Input) XXX_Size() int

func (*UserSetPreferences_Input) XXX_Unmarshal

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

type UserSetPreferences_Output

type UserSetPreferences_Output struct {
}

func (*UserSetPreferences_Output) Descriptor

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

func (*UserSetPreferences_Output) Marshal

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

func (*UserSetPreferences_Output) MarshalTo

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

func (*UserSetPreferences_Output) MarshalToSizedBuffer

func (m *UserSetPreferences_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UserSetPreferences_Output) ProtoMessage

func (*UserSetPreferences_Output) ProtoMessage()

func (*UserSetPreferences_Output) Reset

func (m *UserSetPreferences_Output) Reset()

func (*UserSetPreferences_Output) Size

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

func (*UserSetPreferences_Output) String

func (m *UserSetPreferences_Output) String() string

func (*UserSetPreferences_Output) Unmarshal

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

func (*UserSetPreferences_Output) XXX_DiscardUnknown

func (m *UserSetPreferences_Output) XXX_DiscardUnknown()

func (*UserSetPreferences_Output) XXX_Marshal

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

func (*UserSetPreferences_Output) XXX_Merge

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

func (*UserSetPreferences_Output) XXX_Size

func (m *UserSetPreferences_Output) XXX_Size() int

func (*UserSetPreferences_Output) XXX_Unmarshal

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

type Void

type Void struct {
}

Void is an empty message

func (*Void) Descriptor

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

func (*Void) Marshal

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

func (*Void) MarshalTo

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

func (*Void) MarshalToSizedBuffer

func (m *Void) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Void) ProtoMessage

func (*Void) ProtoMessage()

func (*Void) Reset

func (m *Void) Reset()

func (*Void) Size

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

func (*Void) String

func (m *Void) String() string

func (*Void) Unmarshal

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

func (*Void) XXX_DiscardUnknown

func (m *Void) XXX_DiscardUnknown()

func (*Void) XXX_Marshal

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

func (*Void) XXX_Merge

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

func (*Void) XXX_Size

func (m *Void) XXX_Size() int

func (*Void) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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