github.com/0chain/gosdk@v1.17.11/sdks/blobber/endpoints.go (about)

     1  package blobber
     2  
     3  const (
     4  	// EndpointWriteMarkerLock api endpoint of WriteMarkerLock
     5  	EndpointWriteMarkerLock = "/v1/writemarker/lock/"
     6  
     7  	// EndpointRootHashnode api endpoint of getting root hashnode of an allocation
     8  	EndpointRootHashnode = "/v1/hashnode/root/"
     9  
    10  	// EndpointFileMeta api endpoint of file meta
    11  	EndpointFileMeta = "/v1/file/meta/"
    12  )