Documentation
¶
Index ¶
- type SendOptions
- type Service
- func (s *Service) Send(opts SendOptions) error
- func (s *Service) SendExpired(to string, r *vaultModels.Resource) error
- func (s *Service) SendExpiring(to string, days int, resources []vaultModels.Resource) error
- func (s *Service) SendTransferTimeout(to string, r *vaultModels.Resource) error
- func (s *Service) SendVaulted(to string, r *vaultModels.Resource) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SendOptions ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) Send ¶
func (s *Service) Send(opts SendOptions) error
func (*Service) SendExpired ¶
func (s *Service) SendExpired(to string, r *vaultModels.Resource) error
func (*Service) SendExpiring ¶
func (*Service) SendTransferTimeout ¶
func (s *Service) SendTransferTimeout(to string, r *vaultModels.Resource) error
func (*Service) SendVaulted ¶
func (s *Service) SendVaulted(to string, r *vaultModels.Resource) error
Click to show internal directories.
Click to hide internal directories.