NewMemoryHandler creates a new MemoryHandler
(st store.Store)
| 58 | |
| 59 | // NewMemoryHandler creates a new MemoryHandler |
| 60 | func NewMemoryHandler(st store.Store) *MemoryHandler { |
| 61 | return &MemoryHandler{store: &st} |
| 62 | } |
| 63 | |
| 64 | // CreateWorkingMemory creates working memory |
| 65 | func (h *MemoryHandler) CreateWorkingMemory(c *gin.Context) { |
no outgoing calls
no test coverage detected