lbg

package
v0.0.0-...-dcb19c2 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package lbg provides utilities equivalent to python lbg-core package

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(conf *ClientConfigure) *Client

func (*Client) Login

func (c *Client) Login() error

type ClientConfigure

type ClientConfigure struct {
	Email    string
	Password string

	// Endpoint defaults to https://bohrium.dp.tech
	Endpoint string

	// Retry defaults to 0
	Retry int

	// Client defaults to http.DefaultClient
	Client *http.Client
}

Jump to

Keyboard shortcuts

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