Documentation ¶ Index ¶ type P0ProviderData func (data *P0ProviderData) Do(req *http.Request, value any) (err error) func (data *P0ProviderData) Get(path string, value any) (err error) func (data *P0ProviderData) Post(path string, body []byte, value any) (err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type P0ProviderData ¶ type P0ProviderData struct { BaseUrl string Authentication string Client *http.Client } func (*P0ProviderData) Do ¶ func (data *P0ProviderData) Do(req *http.Request, value any) (err error) func (*P0ProviderData) Get ¶ func (data *P0ProviderData) Get(path string, value any) (err error) func (*P0ProviderData) Post ¶ func (data *P0ProviderData) Post(path string, body []byte, value any) (err error) Source Files ¶ View all Source files common.go Directories ¶ Show internal Expand all Path Synopsis provider resources Click to show internal directories. Click to hide internal directories.