Documentation ¶
Index ¶
Constants ¶
View Source
const ( SteamApiUrl = "https://steamcommunity.com/market/priceoverview" CsAppId = 730 Currency = 17 //Turkish Lira SteamWebApiUrl = "https://www.steamwebapi.com/steam/api/item" SteamWebApiCurrency = "TRY" )
Variables ¶
This section is empty.
Functions ¶
func GetItemFromSteamWebApi ¶
func GetItemFromSteamWebApi(hashedName, key string) (*domain.SteamWebApi, error)
Types ¶
type KafkaReader ¶
type KafkaReader struct {
// contains filtered or unexported fields
}
func NewKafkaReader ¶
func NewKafkaReader(topic, username, password, url string) *KafkaReader
func (*KafkaReader) Close ¶
func (kr *KafkaReader) Close() error
func (*KafkaReader) ReadMessage ¶
func (kr *KafkaReader) ReadMessage(ctx context.Context) (kafka.Message, error)
Click to show internal directories.
Click to hide internal directories.