remove sync_server dependency

This commit is contained in:
Niko Storni 2018-12-24 17:18:13 -05:00
parent 7676e923fe
commit 8cd9f7427a

View file

@ -31,10 +31,9 @@ type SyncProperties struct {
}
type YoutubeChannel struct {
ChannelId string `json:"channel_id"`
TotalVideos uint `json:"total_videos"`
DesiredChannelName string `json:"desired_channel_name"`
SyncServer null.String `json:"sync_server"`
ChannelId string `json:"channel_id"`
TotalVideos uint `json:"total_videos"`
DesiredChannelName string `json:"desired_channel_name"`
Fee *struct {
Amount string `json:"amount"`
Address string `json:"address"`