Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type UserCsvImportArg ¶
type UserCsvImportArg struct {
Role string `json:"role,omitempty"`
}
func NewUserCsvImportArg ¶
func NewUserCsvImportArg(role string) *UserCsvImportArg
type UserCsvImportJob ¶
type UserCsvImportJob struct { *jobs.JobRunner[UserCsvImportArg] jobs.JobState // contains filtered or unexported fields }
func (*UserCsvImportJob) Run ¶
func (ucij *UserCsvImportJob) Run()
Click to show internal directories.
Click to hide internal directories.