Skip to content

Commit

Permalink
fix reader type
Browse files Browse the repository at this point in the history
  • Loading branch information
FlowingSPDG committed Jun 27, 2024
1 parent d8e3e8e commit 6fcf1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ type MatchLoader interface {

// DemoUploader is for Demo Upload Operation(get5_dem_upload_url)
type DemoUploader interface {
Upload(ctx context.Context, mid int, filename string, mapNumber int, r io.ReadCloser) error // demoファイルの登録処理
Upload(ctx context.Context, mid int, filename string, mapNumber int, r io.Reader) error // demoファイルの登録処理
}

0 comments on commit 6fcf1e8

Please sign in to comment.