Skip to content

Commit

Permalink
added new methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Jun 6, 2024
1 parent 6971ca4 commit c1f3b31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions compress/api_restreamer.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,9 @@ func (o *compress) GenerateVodProxy(request generateVodRequest) (*generateVodRe

func (o *compress) RestreamerEventsHistory( startFrom int, amount int) ([]RestreamerEvent, error) {
return nil, nil
}


func (o *compress) GenerateVodProxy(request generateVodRequest) (*generateVodResponse, error) {

Check failure on line 147 in compress/api_restreamer.go

View workflow job for this annotation

GitHub Actions / build (1.20.x)

method compress.GenerateVodProxy already declared at compress/api_restreamer.go:137:21

Check failure on line 147 in compress/api_restreamer.go

View workflow job for this annotation

GitHub Actions / build (1.20.x)

method compress.GenerateVodProxy already declared at compress/api_restreamer.go:137:21

Check failure on line 147 in compress/api_restreamer.go

View workflow job for this annotation

GitHub Actions / build (1.21.x)

method compress.GenerateVodProxy already declared at compress/api_restreamer.go:137:21

Check failure on line 147 in compress/api_restreamer.go

View workflow job for this annotation

GitHub Actions / build (1.21.x)

method compress.GenerateVodProxy already declared at compress/api_restreamer.go:137:21
return nil, nil
}
4 changes: 4 additions & 0 deletions compress/api_upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,7 @@ func (o *compress) UploadMultipart(reader io.Reader, size int64, categoryId int,

return responseCreateUploadAndEncode, nil
}

func (o *compress) GetCustomerS3Zone() (*CustomerS3, error){

Check failure on line 253 in compress/api_upload.go

View workflow job for this annotation

GitHub Actions / build (1.20.x)

method compress.GetCustomerS3Zone already declared at compress/api_customer.go:34:20

Check failure on line 253 in compress/api_upload.go

View workflow job for this annotation

GitHub Actions / build (1.20.x)

method compress.GetCustomerS3Zone already declared at compress/api_customer.go:34:20

Check failure on line 253 in compress/api_upload.go

View workflow job for this annotation

GitHub Actions / build (1.21.x)

method compress.GetCustomerS3Zone already declared at compress/api_customer.go:34:20

Check failure on line 253 in compress/api_upload.go

View workflow job for this annotation

GitHub Actions / build (1.21.x)

method compress.GetCustomerS3Zone already declared at compress/api_customer.go:34:20
return nil, nil
}

0 comments on commit c1f3b31

Please sign in to comment.