Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrowserMock ¶
type BrowserMock struct {
// contains filtered or unexported fields
}
func NewBrMockService ¶
func NewBrMockService(c models.BrowserMockDB, log *zap.Logger) *BrowserMock
func (*BrowserMock) Get ¶
func (s *BrowserMock) Get(ctx context.Context, app string, testName string) ([]models.BrowserMock, error)
func (*BrowserMock) Put ¶
func (s *BrowserMock) Put(ctx context.Context, doc models.BrowserMock) error
Click to show internal directories.
Click to hide internal directories.