apconso

package
v0.0.0-...-f3acd81 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Parser = &apconsoParser{}

Parser fournit une instance utilisable par ParseFilesFromBatch.

Functions

This section is empty.

Types

type APConso

type APConso struct {
	ID             string    `col:"ID_DA"      json:"id_conso"       bson:"id_conso"`
	Siret          string    `col:"ETAB_SIRET" json:"-"              bson:"-"`
	HeureConsommee *float64  `col:"HEURES"     json:"heure_consomme" bson:"heure_consomme"`
	Montant        *float64  `col:"MONTANTS"   json:"montant"        bson:"montant"`
	Effectif       *int      `col:"EFFECTIFS"  json:"effectif"       bson:"effectif"`
	Periode        time.Time `col:"MOIS"       json:"periode"        bson:"periode"`
}

APConso Consommation d'activité partielle

func (APConso) Key

func (apconso APConso) Key() string

Key id de l'objet

func (APConso) Scope

func (apconso APConso) Scope() string

Scope de l'objet

func (APConso) Type

func (apconso APConso) Type() string

Type de données

Jump to

Keyboard shortcuts

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