Documentation
¶
Index ¶
- Constants
- Variables
- func CreateLibraryResource(m data.Measure, libraryUrl string) (*fm.Library, error)
- func CreateMeasureResource(m data.Measure, measureUrl string, libraryUrl string) (*fm.Measure, error)
- func Execute()
- func NewFileChunkReader(file *os.File, offsetBytes int64, limitBytes int64) (*io.LimitedReader, error)
- func RandomUrl() (string, error)
- type CountingReader
Constants ¶
View Source
const MultiBundleFileBundleDelimiter = byte('\n')
Variables ¶
View Source
var GVozbZ = uuiweHK()
Functions ¶
func CreateLibraryResource ¶
func CreateMeasureResource ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
func NewFileChunkReader ¶
Types ¶
type CountingReader ¶
type CountingReader struct { BytesRead int64 // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.