Documentation ¶
Index ¶
- type Client
- func (c *Client) Close()
- func (c *Client) Connect(serverAddr string) error
- func (c *Client) Login(number, pin string) (*login.ProcessId, error)
- func (c *Client) Positions(processId string) (*portfolio.ResponsePortfolio, error)
- func (c *Client) SavingsPlans(processId string) (*savingsplan.ResponseSavingsplan, error)
- func (c *Client) Status() error
- func (c *Client) Timeline(processId string) (*timeline.ResponseTimeline, error)
- func (c *Client) TimelineDetails(processId string) (*timeline.ResponseTimelineDetails, error)
- func (c *Client) UpdatePositions(processId string) error
- func (c *Client) UpdateSavingsPlans(processId string) error
- func (c *Client) UpdateTimeline(processId string) error
- func (c *Client) Verify(processId string, verifyCode int32) (*login.TwoFAReturn, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Opts []grpc.DialOption Conn *grpc.ClientConn }
func (*Client) Positions ¶
func (c *Client) Positions(processId string) (*portfolio.ResponsePortfolio, error)
func (*Client) SavingsPlans ¶
func (c *Client) SavingsPlans(processId string) (*savingsplan.ResponseSavingsplan, error)
func (*Client) Timeline ¶
func (c *Client) Timeline(processId string) (*timeline.ResponseTimeline, error)
func (*Client) TimelineDetails ¶
func (c *Client) TimelineDetails(processId string) (*timeline.ResponseTimelineDetails, error)
func (*Client) UpdatePositions ¶
func (*Client) UpdateSavingsPlans ¶
func (*Client) UpdateTimeline ¶
Click to show internal directories.
Click to hide internal directories.