Documentation ¶ Index ¶ func CopyFile(src, dst string) (err error) func NewTaskService(ctx context.Context, publisher shim.Publisher, sd shutdown.Service) (taskAPI.TTRPCTaskService, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CopyFile ¶ func CopyFile(src, dst string) (err error) CopyFile copies a file from src to dst. If src and dst files exist, and are the same, then return success. Otherise, attempt to create a hard link between the two files. If that fail, copy the file contents from src to dst. func NewTaskService ¶ func NewTaskService(ctx context.Context, publisher shim.Publisher, sd shutdown.Service) (taskAPI.TTRPCTaskService, error) NewTaskService creates a new instance of a task service Types ¶ This section is empty. Source Files ¶ View all Source files service.go Directories ¶ Show internal Expand all Path Synopsis plugin Click to show internal directories. Click to hide internal directories.