Documentation ¶
Index ¶
- type Server
- func (s *Server) Config(ctx context.Context, req *protoapi.ConfigReconcilerRequest) (*protoapi.ConfigReconcilerResponse, error)
- func (s *Server) DeleteState(ctx context.Context, req *protoapi.DeleteReconcilerStateRequest) (*protoapi.DeleteReconcilerStateResponse, error)
- func (s *Server) Get(ctx context.Context, req *protoapi.GetReconcilerRequest) (*protoapi.GetReconcilerResponse, error)
- func (s *Server) List(ctx context.Context, req *protoapi.ListReconcilersRequest) (*protoapi.ListReconcilersResponse, error)
- func (s *Server) Register(ctx context.Context, req *protoapi.RegisterReconcilerRequest) (*protoapi.RegisterReconcilerResponse, error)
- func (s *Server) RemoveReconcilerErrorForTeam(ctx context.Context, req *protoapi.RemoveReconcilerErrorForTeamRequest) (*protoapi.RemoveReconcilerErrorForTeamResponse, error)
- func (s *Server) SaveState(ctx context.Context, req *protoapi.SaveReconcilerStateRequest) (*protoapi.SaveReconcilerStateResponse, error)
- func (s *Server) SetReconcilerErrorForTeam(ctx context.Context, req *protoapi.SetReconcilerErrorForTeamRequest) (*protoapi.SetReconcilerErrorForTeamResponse, error)
- func (s *Server) State(ctx context.Context, req *protoapi.GetReconcilerStateRequest) (*protoapi.GetReconcilerStateResponse, error)
- func (s *Server) SuccessfulTeamSync(ctx context.Context, req *protoapi.SuccessfulTeamSyncRequest) (*protoapi.SuccessfulTeamSyncResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { protoapi.UnimplementedReconcilersServer // contains filtered or unexported fields }
func (*Server) Config ¶
func (s *Server) Config(ctx context.Context, req *protoapi.ConfigReconcilerRequest) (*protoapi.ConfigReconcilerResponse, error)
func (*Server) DeleteState ¶
func (s *Server) DeleteState(ctx context.Context, req *protoapi.DeleteReconcilerStateRequest) (*protoapi.DeleteReconcilerStateResponse, error)
func (*Server) Get ¶
func (s *Server) Get(ctx context.Context, req *protoapi.GetReconcilerRequest) (*protoapi.GetReconcilerResponse, error)
func (*Server) List ¶
func (s *Server) List(ctx context.Context, req *protoapi.ListReconcilersRequest) (*protoapi.ListReconcilersResponse, error)
func (*Server) Register ¶
func (s *Server) Register(ctx context.Context, req *protoapi.RegisterReconcilerRequest) (*protoapi.RegisterReconcilerResponse, error)
func (*Server) RemoveReconcilerErrorForTeam ¶
func (s *Server) RemoveReconcilerErrorForTeam(ctx context.Context, req *protoapi.RemoveReconcilerErrorForTeamRequest) (*protoapi.RemoveReconcilerErrorForTeamResponse, error)
func (*Server) SaveState ¶
func (s *Server) SaveState(ctx context.Context, req *protoapi.SaveReconcilerStateRequest) (*protoapi.SaveReconcilerStateResponse, error)
func (*Server) SetReconcilerErrorForTeam ¶
func (s *Server) SetReconcilerErrorForTeam(ctx context.Context, req *protoapi.SetReconcilerErrorForTeamRequest) (*protoapi.SetReconcilerErrorForTeamResponse, error)
func (*Server) State ¶
func (s *Server) State(ctx context.Context, req *protoapi.GetReconcilerStateRequest) (*protoapi.GetReconcilerStateResponse, error)
func (*Server) SuccessfulTeamSync ¶
func (s *Server) SuccessfulTeamSync(ctx context.Context, req *protoapi.SuccessfulTeamSyncRequest) (*protoapi.SuccessfulTeamSyncResponse, error)
Click to show internal directories.
Click to hide internal directories.