Documentation
¶
Index ¶
- Variables
- func AcquireLock(cli *clientv3.Client, lockKey string, ttl int64) (clientv3.LeaseID, error)
- func ExistsFile(path string) bool
- func GetGOPATH() string
- func Hash(ip string) uint32
- func InfoJoin(info string, msg string) string
- func InitGoMod(path, module string) error
- func RandInt(max int64, debug bool) int64
- func ReleaseLock(cli *clientv3.Client, leaseID clientv3.LeaseID)
- func SearchGoMod(cwd string) (string, string, bool)
- func StringAdd(src string, delta int) string
- func StringCmp(a, b string) int
- func StringModAdd(src string, delta, mod int) string
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrLockOccupied = errors.New("lock is occupied")
)
Functions ¶
func AcquireLock ¶ added in v0.0.4
func ExistsFile ¶ added in v0.0.3
func StringModAdd ¶ added in v0.0.4
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.