Documentation ¶
Index ¶
- func FeedVersionDelete(ctx context.Context, fvid int) (*model.FeedVersionDeleteResult, error)
- func FeedVersionImport(ctx context.Context, fvid int) (*model.FeedVersionImportResult, error)
- func FeedVersionUnimport(ctx context.Context, fvid int) (*model.FeedVersionUnimportResult, error)
- func FeedVersionUpdate(ctx context.Context, values model.FeedVersionSetInput) (int, error)
- func GbfsFetch(ctx context.Context, feedId string, feedUrl string) error
- func RTFetch(ctx context.Context, target string, feedId string, feedUrl string, ...) error
- func StaticFetch(ctx context.Context, feedId string, feedSrc io.Reader, feedUrl string) (*model.FeedVersionFetchResult, error)
- func ValidateUpload(ctx context.Context, src io.Reader, feedURL *string, rturls []string) (*model.ValidationReport, error)
- type Actions
- func (Actions) FeedVersionDelete(ctx context.Context, fvid int) (*model.FeedVersionDeleteResult, error)
- func (Actions) FeedVersionImport(ctx context.Context, fvid int) (*model.FeedVersionImportResult, error)
- func (Actions) FeedVersionUnimport(ctx context.Context, fvid int) (*model.FeedVersionUnimportResult, error)
- func (Actions) FeedVersionUpdate(ctx context.Context, values model.FeedVersionSetInput) (int, error)
- func (Actions) GbfsFetch(ctx context.Context, feedId string, feedUrl string) error
- func (Actions) RTFetch(ctx context.Context, target string, feedId string, feedUrl string, ...) error
- func (Actions) StaticFetch(ctx context.Context, feedId string, feedSrc io.Reader, feedUrl string) (*model.FeedVersionFetchResult, error)
- func (Actions) ValidateUpload(ctx context.Context, src io.Reader, feedURL *string, rturls []string) (*model.ValidationReport, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FeedVersionDelete ¶
func FeedVersionImport ¶
func FeedVersionUnimport ¶
func FeedVersionUpdate ¶
func StaticFetch ¶
Types ¶
type Actions ¶
type Actions struct{}
func (Actions) FeedVersionDelete ¶
func (Actions) FeedVersionImport ¶
func (Actions) FeedVersionUnimport ¶
func (Actions) FeedVersionUpdate ¶
func (Actions) StaticFetch ¶
Click to show internal directories.
Click to hide internal directories.