aisloader

package
v1.3.19 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2023 License: MIT Imports: 39 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

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

func DurationExtVar

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

type BoolExt struct {
	IsSet bool
	Val   bool
}

func (*BoolExt) Get

func (b *BoolExt) Get() any

func (*BoolExt) IsBoolFlag

func (*BoolExt) IsBoolFlag() bool

func (*BoolExt) Set

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

func (*BoolExt) String

func (b *BoolExt) String() string

type DurationExt

type DurationExt struct {
	IsSet bool
	Val   time.Duration
}

func (*DurationExt) Get

func (d *DurationExt) Get() any

func (*DurationExt) IsBoolFlag

func (*DurationExt) IsBoolFlag() bool

func (*DurationExt) Set

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

func (*DurationExt) String

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