Documentation ¶
Index ¶
- type Room
- type SWBackend
- func (s *SWBackend) AddBackend(b *backend.Backend)
- func (s *SWBackend) AppID() string
- func (s *SWBackend) CountTable() backend.CountTable
- func (s *SWBackend) CrashTable() backend.CrashTable
- func (s *SWBackend) Extension(mux *http.ServeMux)
- func (s *SWBackend) GetProfile(w http.ResponseWriter, r *http.Request)
- func (s *SWBackend) GetRoom(w http.ResponseWriter, r *http.Request)
- func (s *SWBackend) ListRooms(w http.ResponseWriter, r *http.Request)
- func (s *SWBackend) NewRoom(w http.ResponseWriter, r *http.Request)
- func (s *SWBackend) ShouldAddCrash(ctx context.Context, cr backend.IndividualCrash) bool
- func (s *SWBackend) UploadProfile(w http.ResponseWriter, r *http.Request)
- type UploadedProf
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SWBackend ¶
type SWBackend struct {
// contains filtered or unexported fields
}
func NewSWBackend ¶
func (*SWBackend) AddBackend ¶
func (*SWBackend) CountTable ¶
func (s *SWBackend) CountTable() backend.CountTable
func (*SWBackend) CrashTable ¶
func (s *SWBackend) CrashTable() backend.CrashTable
func (*SWBackend) GetProfile ¶
func (s *SWBackend) GetProfile(w http.ResponseWriter, r *http.Request)
func (*SWBackend) ShouldAddCrash ¶
func (*SWBackend) UploadProfile ¶
func (s *SWBackend) UploadProfile(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.