Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckTermsAccepted ¶
func CheckTermsAccepted(ctx context.Context, spec ServiceTermsSpec, conn connection.Connection) (accepted bool, redirectURI string, err error)
Types ¶
type ServiceTermsSpec ¶
type TermsAndConditionsSpec ¶
type TermsAndConditionsSpec struct { Kafka ServiceTermsSpec `json:"kafka"` ServiceRegistry ServiceTermsSpec `json:"service-registry"` }
func GetRemoteTermsSpec ¶
func GetRemoteTermsSpec(context *context.Context, logger logging.Logger) TermsAndConditionsSpec
GetRemoteTermsSpec fetch event and site code information associated with the services Function is used to dynamically download new terms and conditions specifications without forcing end users to update their CLI.
Click to show internal directories.
Click to hide internal directories.