Documentation
¶
Index ¶
- type Service
- func (s *Service) Create(rw http.ResponseWriter, req *http.Request)
- func (s *Service) Delete(rw http.ResponseWriter, req *http.Request)
- func (s *Service) Events(rw http.ResponseWriter, req *http.Request)
- func (s *Service) Get(rw http.ResponseWriter, req *http.Request)
- func (s *Service) List(rw http.ResponseWriter, req *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(client clientset.Interface, lister listers.BrowserLister, eventBroadcaster broadcast.Broadcaster[event.BrowserEvent]) *Service
Click to show internal directories.
Click to hide internal directories.