package
Version:
v0.0.0-...-26b0286
Opens a new window with list of versions in this module.
Published: Dec 18, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Bilibili struct {
ID string `validate:"omitempty"`
}
type Facebook struct {
ID string `validate:"omitempty"`
URL string `validate:"omitempty"`
}
type Instagram struct {
ID string `validate:"omitempty"`
URL string `validate:"omitempty"`
}
type Liver struct {
ID string `validate:"required"`
YouTube []*YouTube `validate:"omitempty"`
Bilibili []*Bilibili `validate:"omitempty"`
Twitch []*Twitch `validate:"omitempty"`
Facebook []*Facebook `validate:"omitempty"`
Instagram []*Instagram `validate:"omitempty"`
}
type Twitch struct {
ID string `validate:"omitempty"`
}
type YouTube struct {
ID string `validate:"omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.