package api type PinProtectedEndpoint struct { Method string Path string Action string } var PinProtectedEndpoints = []PinProtectedEndpoint{}