Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xelckis/yt-fs
/ functions
Functions
20 in github.com/Xelckis/yt-fs
⨍
Functions
20
◇
Types & classes
1
↓ 2 callers
Function
handleError
(err error, message string)
internal/youtube/youtube.go:137
↓ 1 callers
Function
CreateWatcher
(folder string)
internal/watcher/watcher.go:12
↓ 1 callers
Function
DecodeVideo
(videoLink string, outputPath string)
internal/decoder/decoder.go:44
↓ 1 callers
Function
NibbleExtractor
(file *os.File, colorChan chan<- color.RGBA)
internal/encoder/encoder.go:181
↓ 1 callers
Function
PixelDrawer
(pixelColor <-chan color.RGBA, pngFrames chan<- []byte)
internal/encoder/encoder.go:207
↓ 1 callers
Function
UploadVideo
(service *youtube.Service, filename, title, description, category, privacy, keywords string)
internal/youtube/youtube.go:146
↓ 1 callers
Function
VideoCreator
(images <-chan []byte)
internal/encoder/encoder.go:141
↓ 1 callers
Function
YoutubeAuthInit
(credentialFile string)
internal/youtube/youtube.go:25
↓ 1 callers
Function
framesReceiver
(images <-chan []byte, stdin io.WriteCloser)
internal/encoder/encoder.go:127
↓ 1 callers
Function
generateBaseBackground
(ctx *gg.Context)
internal/encoder/encoder.go:39
↓ 1 callers
Function
getClient
(ctx context.Context, config *oauth2.Config, credencialFile string)
internal/youtube/youtube.go:71
↓ 1 callers
Function
getTokenFromWeb
(ctx context.Context, config *oauth2.Config)
internal/youtube/youtube.go:80
↓ 1 callers
Function
matchColor
(r, g, b uint8)
internal/decoder/decoder.go:24
↓ 1 callers
Method
newCallbackServer
()
internal/youtube/youtube.go:46
↓ 1 callers
Function
saveToken
(file string, token *oauth2.Token)
internal/youtube/youtube.go:127
↓ 1 callers
Function
tokenFromFile
(file string)
internal/youtube/youtube.go:116
↓ 1 callers
Function
videoDownloader
(videoLink string)
internal/decoder/decoder.go:16
↓ 1 callers
Function
watchListener
(watcher *fsnotify.Watcher, fileName chan<- string)
internal/watcher/watcher.go:29
Function
main
()
cmd/encoder/main.go:15
Function
main
()
cmd/decoder/main.go:12