regenerate code for sam
This commit is contained in:
parent
5e4c5a55ab
commit
7c3c6a5661
@ -1,9 +1,12 @@
|
||||
package sam
|
||||
|
||||
import (
|
||||
"github.com/go-chi/chi"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
var _ = chi.URLParam
|
||||
|
||||
// Channel edit request parameters
|
||||
type channelEditRequest struct {
|
||||
id uint64
|
||||
|
||||
@ -1,9 +1,12 @@
|
||||
package sam
|
||||
|
||||
import (
|
||||
"github.com/go-chi/chi"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
var _ = chi.URLParam
|
||||
|
||||
// Message edit request parameters
|
||||
type messageEditRequest struct {
|
||||
id uint64
|
||||
|
||||
@ -1,9 +1,12 @@
|
||||
package sam
|
||||
|
||||
import (
|
||||
"github.com/go-chi/chi"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
var _ = chi.URLParam
|
||||
|
||||
// Organisation edit request parameters
|
||||
type organisationEditRequest struct {
|
||||
id uint64
|
||||
|
||||
@ -1,9 +1,12 @@
|
||||
package sam
|
||||
|
||||
import (
|
||||
"github.com/go-chi/chi"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
var _ = chi.URLParam
|
||||
|
||||
// Team edit request parameters
|
||||
type teamEditRequest struct {
|
||||
id uint64
|
||||
|
||||
@ -1,9 +1,12 @@
|
||||
package sam
|
||||
|
||||
import (
|
||||
"github.com/go-chi/chi"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
var _ = chi.URLParam
|
||||
|
||||
// User login request parameters
|
||||
type userLoginRequest struct {
|
||||
username string
|
||||
|
||||
@ -1,9 +1,12 @@
|
||||
package sam
|
||||
|
||||
import (
|
||||
"github.com/go-chi/chi"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
var _ = chi.URLParam
|
||||
|
||||
// Websocket client request parameters
|
||||
type websocketClientRequest struct {
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user