github.com/0chain/gosdk@v1.17.11/winsdk/models.go (about)

     1  package main
     2  
     3  type UploadFile struct {
     4  	Name          string
     5  	Path          string
     6  	ThumbnailPath string
     7  
     8  	RemotePath     string
     9  	Encrypt        bool
    10  	IsUpdate       bool
    11  	IsWebstreaming bool
    12  
    13  	ChunkNumber int
    14  }
    15  
    16  type SharedInfo struct {
    17  	AllocationID string
    18  	LookupHash   string
    19  }