initial commit
This commit is contained in:
16
attach-role.go
Normal file
16
attach-role.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"log"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func attachRole(w http.ResponseWriter, r *http.Request) {
|
||||
log.Println("attachRole called")
|
||||
|
||||
}
|
||||
|
||||
func detachRole(w http.ResponseWriter, r *http.Request) {
|
||||
log.Println("detachRole called")
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user