github.com/0chain/gosdk@v1.17.11/zboxcore/sdk/live_upload_model.go (about) 1 package sdk 2 3 // LiveMeta metadata of live stream input 4 type LiveMeta struct { 5 // Mimetype mime type of source file 6 MimeType string 7 8 //RemoteName remote file name 9 RemoteName string 10 // RemotePath remote path 11 RemotePath string 12 }