Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Counter ¶
type Counter struct {
// contains filtered or unexported fields
}
func App ¶
func App(t *testing.T) (*pocketbase.PocketBase, *Counter, func())
func NewCounter ¶
func NewCounter() *Counter
type RecordingServer ¶
type RecordingServer struct { Entries []string // contains filtered or unexported fields }
func NewRecordingServer ¶
func NewRecordingServer() *RecordingServer
func (*RecordingServer) ServeHTTP ¶
func (s *RecordingServer) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.