feign

package
v0.9.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	ServiceName string
	Url         string
}

func (*Client) Get

func (c *Client) Get(path string, headers map[string]string, params map[string]interface{}, result interface{}) (*response.Response, error)

func (*Client) Post

func (c *Client) Post(path string, headers map[string]string, params map[string]interface{}, result interface{}) (*response.Response, error)

func (*Client) PostJSON

func (c *Client) PostJSON(path string, headers map[string]string, params interface{}, result interface{}) (*response.Response, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL