forked from Silverfish/proton-bridge
GODT-35: New pmapi client and manager using resty
This commit is contained in:
12
pkg/pmapi/manager_report.go
Normal file
12
pkg/pmapi/manager_report.go
Normal file
@ -0,0 +1,12 @@
|
||||
package pmapi
|
||||
|
||||
import (
|
||||
"context"
|
||||
"errors"
|
||||
)
|
||||
|
||||
// Report sends request as json or multipart (if has attachment).
|
||||
func (m *manager) ReportBug(context.Context, ReportBugReq) error {
|
||||
// FIXME(conman): Implement.
|
||||
return errors.New("not implemented")
|
||||
}
|
||||
Reference in New Issue
Block a user