Documentation ¶
Index ¶
- Constants
- 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 ¶
This section is empty.
Functions ¶
func CreateLibraryResource ¶ added in v0.11.0
func CreateMeasureResource ¶ added in v0.11.0
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 ¶ added in v0.4.0
Types ¶
type CountingReader ¶ added in v0.6.0
type CountingReader struct { BytesRead int64 // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.