Skip to content
Snippets Groups Projects
Select Git revision
  • 3801d61c1544c836e8e1b004d1fa92c25e0983f5
  • master default protected
  • 0.1.1
  • 0.1.0
4 results

deployments.go

Blame
  • build.go 369 B
    // Copyright 2023 schukai GmbH
    // SPDX-License-Identifier: AGPL-3.0
    
    package document
    
    type BuildEnvironment struct {
    	SourcePath string
    	DateFormat string
    }
    
    //func Build(env BuildEnvironment) error {
    //	dateFormat = env.DateFormat
    //
    //	definitions, err := getFiles(env.SourcePath)
    //	if err != nil {
    //		return err
    //	}
    //	fmt.Println(definitions)
    //	return nil
    //}