Documentation
¶
Overview ¶
Package template implements the OCI CAS Template Protocol v1. https://github.com/xiekeyang/oci-discovery/blob/0be7eae246ae9a975a76ca209c045043f0793572/cas-template.md
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Engine ¶
type Engine struct { // Client allows callers to configure the HTTP client. Get will use // http.DefaultClient if Client is not set. You can set this // property with: // // engine, err := New(ctx, nil, config) // // handle err and possibly engine.Close(ctx) // engine.(*Engine).Client = yourCustomClient Client *http.Client // contains filtered or unexported fields }
Engine implements the OCI CAS Template Protocol v1.
Click to show internal directories.
Click to hide internal directories.