Documentation
¶
Index ¶
- func Run(service models.PassService) (int, error)
- type Pass
- func (p *Pass) CreatePass() (*Pass, error)
- func (p *Pass) EnterPassword(reader *bufio.Reader) error
- func (p *Pass) EnterURL(reader *bufio.Reader) error
- func (p *Pass) SavePass() (*Pass, error)
- func (p *Pass) WithInput(input io.Reader) *Pass
- func (p *Pass) WithOutput(output io.Writer) *Pass
- func (p *Pass) WithService(service models.PassService) *Pass
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Pass ¶
type Pass struct { URL string PassService models.PassService // contains filtered or unexported fields }
func (*Pass) CreatePass ¶
func (*Pass) WithService ¶
func (p *Pass) WithService(service models.PassService) *Pass
Click to show internal directories.
Click to hide internal directories.