Documentation
¶
Index ¶
- type Service
- func (s *Service) Attach(mux *http.ServeMux)
- func (s *Service) Commit(ctx context.Context, req *connect.Request[pb.Config]) (*connect.Response[pb.Empty], error)
- func (s *Service) Do(ctx context.Context, req *connect.Request[pb.Op]) (*connect.Response[pb.Return], error)
- func (s *Service) Download(ctx context.Context, req *connect.Request[pb.BundleConfig], ...) (rerr error)
- func (s *Service) Free(ctx context.Context, in *connect.Request[pb.Config]) (*connect.Response[pb.Empty], error)
- func (s *Service) Load(ctx context.Context, req *connect.Request[pb.Source]) (*connect.Response[pb.Config], error)
- func (s *Service) Lookup(id string) (config.Parser, error)
- func (s *Service) New(context.Context, *connect.Request[pb.Empty]) (*connect.Response[pb.Config], error)
- func (s *Service) Upload(ctx context.Context, stream *connect.ClientStream[pb.SourceUpload]) (*connect.Response[pb.Config], error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { pbconnect.UnimplementedConfigServiceHandler // contains filtered or unexported fields }
server is used to implement pb.ConfigServiceServer.
Click to show internal directories.
Click to hide internal directories.