aisloader

package
v1.3.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2023 License: MIT Imports: 40 Imported by: 0

README

All AIS documentation is consolidated in the docs folder and its subdirectories.

In particular, aisloader is described here:

Documentation

Overview

Package aisloader

  • Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BoolExtVar added in v1.3.16

func BoolExtVar(f *flag.FlagSet, p *BoolExt, name, usage string)

func DurationExtVar added in v1.3.16

func DurationExtVar(f *flag.FlagSet, p *DurationExt, name string, defValue time.Duration, usage string)

func Start

func Start(version, buildtime string) (err error)

Types

type BoolExt added in v1.3.16

type BoolExt struct {
	IsSet bool
	Val   bool
}

func (*BoolExt) Get added in v1.3.16

func (b *BoolExt) Get() any

func (*BoolExt) IsBoolFlag added in v1.3.16

func (*BoolExt) IsBoolFlag() bool

func (*BoolExt) Set added in v1.3.16

func (b *BoolExt) Set(s string) (err error)

func (*BoolExt) String added in v1.3.16

func (b *BoolExt) String() string

type DurationExt added in v1.3.16

type DurationExt struct {
	IsSet bool
	Val   time.Duration
}

func (*DurationExt) Get added in v1.3.16

func (d *DurationExt) Get() any

func (*DurationExt) IsBoolFlag added in v1.3.16

func (*DurationExt) IsBoolFlag() bool

func (*DurationExt) Set added in v1.3.16

func (d *DurationExt) Set(s string) (err error)

func (*DurationExt) String added in v1.3.16

func (d *DurationExt) String() string

Directories

Path Synopsis
Package namegetter is utility to generate filenames for aisloader PUT requests
Package namegetter is utility to generate filenames for aisloader PUT requests
Package stats provides various structs for collecting stats
Package stats provides various structs for collecting stats

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL