Documentation ¶
Index ¶
- type Manager
- func (m *Manager) GetAnnouncement(c *gin.Context, announcementID string) (*v1beta1.Announcement, error)
- func (m *Manager) GetFile(c *gin.Context, fileID string) (*v1beta1.File, error)
- func (m *Manager) GetJob(c *gin.Context, mirrorID string) (*v1beta1.Job, error)
- func (m *Manager) PostJSON(mirrorID string, obj interface{}) (*http.Response, error)
- func (m *Manager) Run(ctx context.Context) error
- func (m *Manager) Start(ctx context.Context) error
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func GetTUNASyncManager ¶
func (*Manager) GetAnnouncement ¶
Click to show internal directories.
Click to hide internal directories.