remove sync_server dependency
This commit is contained in:
parent
7676e923fe
commit
8cd9f7427a
1 changed files with 3 additions and 4 deletions
|
@ -31,10 +31,9 @@ type SyncProperties struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type YoutubeChannel struct {
|
type YoutubeChannel struct {
|
||||||
ChannelId string `json:"channel_id"`
|
ChannelId string `json:"channel_id"`
|
||||||
TotalVideos uint `json:"total_videos"`
|
TotalVideos uint `json:"total_videos"`
|
||||||
DesiredChannelName string `json:"desired_channel_name"`
|
DesiredChannelName string `json:"desired_channel_name"`
|
||||||
SyncServer null.String `json:"sync_server"`
|
|
||||||
Fee *struct {
|
Fee *struct {
|
||||||
Amount string `json:"amount"`
|
Amount string `json:"amount"`
|
||||||
Address string `json:"address"`
|
Address string `json:"address"`
|
||||||
|
|
Loading…
Reference in a new issue