The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Etcd3::User

DESCRIPTION

User class

ACCESSORS

endpoint

name

name of user

password

PUBLIC METHODS

add

$etcd->user({ name =>'foo' password => 'bar' })->add

delete

$etcd->user({ name =>'foo' })->delete