github.com/NVIDIA/aistore@v1.3.23-0.20240517131212-7df6609be51d/api/apc/puta2a.go (about) 1 // Package apc: API control messages and constants 2 /* 3 * Copyright (c) 2018-2024, NVIDIA CORPORATION. All rights reserved. 4 */ 5 package apc 6 7 // api.PutApndArchArgs flags 8 const ( 9 ArchAppend = 1 << iota 10 ArchAppendIfExist 11 )