Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.26 KB

index.md

File metadata and controls

28 lines (16 loc) · 1.26 KB

Go Plugin User Guide

Please go through Go Plugin User Guide before using Go plugin

Available Go Extension Points

  • Package Repository Extension
  • Task Extension
  • Notification Extension

Package Repository Extension

Please follow link for package material extension point details.

Go bundles a Yum repository poller extension, along with the server. You can find out more details about it here.

Task Extension

See this for details about the task extension point. Go does not have a bundled task extension. You can see Curl task extension for reference.

Notification Extension

See this for details about the notification extension point. Go does not have a bundled notification extension. You can see Email notification extension for reference.

Note