- OXENFREE II: Lost Signals 1,99€ discount -90%
- Battlefield 2042 4,79€ discount -92%
- WILD HEARTS 17,49€ discount -75%
- The Forest 3,35€ discount -80%
- Oxenfree 0,97€ discount -90%
- Sons Of The Forest 15,94€ discount -45%
- Weird West: Definitive Edition 5,99€ discount -85%
- [State of Decay 2: Juggern
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"item": { | |
"connector_config": { | |
"response_type": "json", | |
"url": "https://dev.to/api/articles?top=1&per_page=10", | |
"server_config": { | |
"method": "GET" | |
} | |
}, | |
"model": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"references": { | |
"EuSales": { | |
"connector_config": { | |
"response_type": "HTML", | |
"url": "https://gg.deals/deals/?drm=1&minRating=0&platform=1&store=4", | |
"browser_config": { | |
"playwright": { | |
"timeout": 60000, | |
"wait": 10000, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"references": { | |
"EuSales": { | |
"connector_config": { | |
"response_type": "HTML", | |
"url": "https://gg.deals/deals/?drm=1&minRating=0&platform=1&store=4", | |
"browser_config": { | |
"playwright": { | |
"timeout": 60000, | |
"wait": 10000, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"item": { | |
"connector_config": { | |
"response_type": "json", | |
"url": "https://dev.to/api/articles?top=1&per_page=10", | |
"server_config": { | |
"method": "GET" | |
} | |
}, | |
"model": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"iconUrl":"http://localhost:8081/logo.png","name":"Ton Games","url":"http://localhost:8081"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"http_server": { | |
"port": 8080 | |
}, | |
"items": [ | |
{ | |
"name": "telegram", | |
"connector_config": { | |
"response_type": "HTML", | |
"url": "https://www.google.com/search?q=telegram+{{{FromInput=value}}}", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package marshal | |
import ( | |
"bytes" | |
"github.com/golang/protobuf/jsonpb" | |
structType "github.com/golang/protobuf/ptypes/struct" | |
"github.com/stretchr/testify/assert" | |
"testing" | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"context" | |
"fmt" | |
"google.golang.org/grpc" | |
"net" | |
agentPb "github.com/squzy/squzy_generated/generated/agent/proto/v1" | |
"time" | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package health | |
import ( | |
"github.com/gin-gonic/gin" | |
"net/http" | |
) | |
func Health(appName string) func(c *gin.Context){ | |
return func(c *gin.Context) { | |
c.JSON(http.StatusOK, gin.H{ |
NewerOlder