irc-medialink/parsers/soundcloud/config.go

7 lines
85 B
Go

package soundcloud
type Config struct {
ClientId string
ClientSecret string
}