Documentation ¶ Index ¶ type Response func (r Response) GetBody() any func (r Response) GetHeaders() map[string]string func (r Response) GetStatus() int type Sim func NewSim() *Sim func (s *Sim) Add(path string) error func (s *Sim) Handle(w http.ResponseWriter, r *http.Request) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Response ¶ type Response map[string]any func (Response) GetBody ¶ func (r Response) GetBody() any func (Response) GetHeaders ¶ func (r Response) GetHeaders() map[string]string func (Response) GetStatus ¶ func (r Response) GetStatus() int type Sim ¶ type Sim struct { // contains filtered or unexported fields } func NewSim ¶ func NewSim() *Sim func (*Sim) Add ¶ func (s *Sim) Add(path string) error func (*Sim) Handle ¶ func (s *Sim) Handle(w http.ResponseWriter, r *http.Request) Source Files ¶ View all Source files body.go console.go http_service.go random_uuid.go response.go sim.go Directories ¶ Show internal Expand all Path Synopsis db types Click to show internal directories. Click to hide internal directories.