input

package
v0.0.0-...-ad4e74a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchUpdateChannels

type BatchUpdateChannels struct {
	PlatformType string
}

BatchUpdateChannels is the input for BatchUpdateChannel

func NewBatchUpdateChannelInput

func NewBatchUpdateChannelInput(
	platformType string,
) *BatchUpdateChannels

NewBatchUpdateChannelInput returns a new BatchUpdateChannelInput

type GetCreator

type GetCreator struct {
	ID string
}

func NewGetCreator

func NewGetCreator(
	id string,
) *GetCreator

type ListCreators

type ListCreators struct {
	Page  uint64
	Limit uint64
	// contains filtered or unexported fields
}

func NewListCreators

func NewListCreators(
	ids []string,
	creatorType string,
	page uint64,
	limit uint64,
) *ListCreators

type UpdateExistVideos

type UpdateExistVideos struct {
	StartedAt time.Time
	EndedAt   time.Time
}

func NewUpdateExistVideos

func NewUpdateExistVideos(
	period string,
) *UpdateExistVideos

type UpdatePlatformVideos

type UpdatePlatformVideos struct {
	PlatformTypes []string
	VideoType     string
}

UpdatePlatformVideos is the input for UpsertVideo

func NewUpsertVideoInput

func NewUpsertVideoInput(
	platformTypes []string,
	videoType string,
) *UpdatePlatformVideos

NewUpsertVideoInput returns a new UpsertVideoInput

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL