Versions in this module Expand all Collapse all v1 v1.2.0 Sep 3, 2022 Changes in this version + var PRICE_PER_GB decimal.Decimal = decimal.NewFromFloat32(0.008) + var PRICE_PER_MINUTE decimal.Decimal = decimal.NewFromFloat32(0.008) + func AddTo(dec decimal.Decimal, i interface{}, mul decimal.Decimal) decimal.Decimal + type GitHub struct + func New(config *lib.Config) (*GitHub, error) + func (s *GitHub) GetServiceStatus() (*lib.ServiceStatus, error)