Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JobBiz ¶
type JobBiz interface { Create(ctx context.Context, rq *nwv1.CreateJobRequest) (*nwv1.CreateJobResponse, error) Update(ctx context.Context, rq *nwv1.UpdateJobRequest) (*nwv1.UpdateJobResponse, error) Delete(ctx context.Context, rq *nwv1.DeleteJobRequest) (*nwv1.DeleteJobResponse, error) Get(ctx context.Context, rq *nwv1.GetJobRequest) (*nwv1.GetJobResponse, error) List(ctx context.Context, rq *nwv1.ListJobRequest) (*nwv1.ListJobResponse, error) JobExpansion }
JobBiz defines the interface for managing jobs.
type JobExpansion ¶
type JobExpansion interface{}
JobExpansion defines additional methods for job operations.
Click to show internal directories.
Click to hide internal directories.