Documentation
¶
Overview ¶
Copyright 2025 BeyondTrust. All rights reserved. Package workgroups implements functions to manage workgroups in Password Safe.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WorkGroupObj ¶
type WorkGroupObj struct {
// contains filtered or unexported fields
}
func NewWorkGroupObj ¶
func NewWorkGroupObj(authentication authentication.AuthenticationObj, logger logging.Logger) (*WorkGroupObj, error)
NewWorkGroupObj creates WorkGroupObj
func (*WorkGroupObj) CreateWorkGroupFlow ¶
func (workGroupObj *WorkGroupObj) CreateWorkGroupFlow(workGroupDetails entities.WorkGroupDetails) (entities.WorkGroupResponse, error)
CreateWorkGroupFlow is responsible for creating workgroups in Password Safe.
Click to show internal directories.
Click to hide internal directories.