dbctl

command module
v0.0.0-...-50c32d2 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2022 License: BSD-2-Clause Imports: 1 Imported by: 0

README

dbctl

dbctl 은 데이터베이스 파일을 업데이트 하는데 사용됩니다.

새로운 PR 영상을 추가하기

  1. PR 영상의 유튜브 주소를 획득합니다.

  2. 아래 스크립트를 실행합니다 (bash 기준).

    youtube_links=(
      https://youtu.be/-5fFL68d7Gg
      https://youtu.be/I9kQwMbpxuE
      https://youtu.be/HWf8CmTAIR4
      https://youtu.be/FFXAm2uTmeI
      https://youtu.be/20kxrS2yglg
      https://youtu.be/BZwUR9hvBPE
      https://youtu.be/hptinxZIXT4
    )
    
    for youtube in ${youtube_links[@]}
    do
      go run main.go youtube --youtube-link $youtube >> ../server/internal/data/mapping_table.pbtxt
    done
    

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
fetcher
Package fetcher 는 데이터를 네트워크에서 받아오는 함수를 정의합니다.
Package fetcher 는 데이터를 네트워크에서 받아오는 함수를 정의합니다.
io
Package io 는 파일 입출력을 담당합니다.
Package io 는 파일 입출력을 담당합니다.
transform
Package transform 은 데이터 타입은 변환하는 함수들이 정의 되어 있습니다.
Package transform 은 데이터 타입은 변환하는 함수들이 정의 되어 있습니다.

Jump to

Keyboard shortcuts

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