giredore/internal/structs/allowedips.go

6 lines
75 B
Go

package structs
type AllowedIPsSetRequest struct {
AllowedIPs []string
}