fix: wtf context
This commit is contained in:
parent
36c8b2bc1d
commit
88f4edbaf5
|
@ -1,9 +1,10 @@
|
||||||
package api
|
package api
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"context"
|
||||||
|
|
||||||
"github.com/tigorlazuardi/redmage/models"
|
"github.com/tigorlazuardi/redmage/models"
|
||||||
"github.com/tigorlazuardi/redmage/pkg/errs"
|
"github.com/tigorlazuardi/redmage/pkg/errs"
|
||||||
"golang.org/x/net/context"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func (api *API) DevicesExist(ctx context.Context, slug string) (exist bool, err error) {
|
func (api *API) DevicesExist(ctx context.Context, slug string) (exist bool, err error) {
|
||||||
|
|
Loading…
Reference in a new issue