10 lines
149 B
Go
10 lines
149 B
Go
package api
|
|
|
|
type PinProtectedEndpoint struct {
|
|
Method string
|
|
Path string
|
|
Action string
|
|
}
|
|
|
|
var PinProtectedEndpoints = []PinProtectedEndpoint{}
|