Redmage/api/reddit/reddit.go

11 lines
132 B
Go
Raw Normal View History

2024-04-10 17:13:07 +07:00
package reddit
import (
"github.com/tigorlazuardi/redmage/config"
)
2024-04-10 17:13:07 +07:00
type Reddit struct {
Client Client
Config *config.Config
}