Documentation ¶
Index ¶
- type Room
- type SWBackend
- func (s *SWBackend) AcceptCrash(cr crash.Individual) bool
- func (s *SWBackend) Crashes() db.CrashTable
- func (s *SWBackend) CurrentVersions() (out []string)
- func (s *SWBackend) Extension(req *stupid.Request) bool
- func (s *SWBackend) GetProfile(req *stupid.Request) bool
- func (s *SWBackend) GetRoom(req *stupid.Request) bool
- func (s *SWBackend) HandleProfiles(req *stupid.Request) bool
- func (s *SWBackend) HandleRooms(req *stupid.Request) bool
- func (s *SWBackend) ListRooms(req *stupid.Request) bool
- func (s *SWBackend) Logs() db.LogTable
- func (s *SWBackend) NewRoom(req *stupid.Request) bool
- func (s *SWBackend) UploadProfile(req *stupid.Request) bool
- 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) AcceptCrash ¶ added in v0.2.0
func (s *SWBackend) AcceptCrash(cr crash.Individual) bool
func (*SWBackend) Crashes ¶
func (s *SWBackend) Crashes() db.CrashTable
func (*SWBackend) CurrentVersions ¶
func (*SWBackend) GetProfile ¶
func (*SWBackend) HandleProfiles ¶
func (*SWBackend) HandleRooms ¶
func (*SWBackend) UploadProfile ¶
Click to show internal directories.
Click to hide internal directories.