youtube

package
v0.0.15 Latest Latest
Warning

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

Go to latest
Published: May 5, 2020 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthArgs added in v0.0.14

type AuthArgs struct{}

type AuthResponse added in v0.0.14

type AuthResponse struct {
	HasAuth bool
}

type SignUpArgs added in v0.0.15

type SignUpArgs struct{}

type SignupResponse added in v0.0.15

type SignupResponse struct{}

type UploadResponse added in v0.0.14

type UploadResponse struct {
	Video youtube.Video
}

type YoutubeArgs

type YoutubeArgs struct {
	Title       string
	Description string
	FilePath    string
	Category    string
	Keywords    string
}

type YoutubeService

type YoutubeService struct{}

func (*YoutubeService) HasAuth added in v0.0.14

func (t *YoutubeService) HasAuth(r *http.Request, args *AuthArgs, reply *AuthResponse) error

func (*YoutubeService) Signup added in v0.0.15

func (t *YoutubeService) Signup(r *http.Request, args *SignUpArgs, reply *SignupResponse) error

func (*YoutubeService) Upload

func (t *YoutubeService) Upload(r *http.Request, args *YoutubeArgs, reply *UploadResponse) error

Jump to

Keyboard shortcuts

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