setup

package
v2.0.0-...-d3d1f1d Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2024 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateDirectory

func CreateDirectory(targetPath string) (string, error)

Types

type LoginRecord

type LoginRecord struct {
	SchoolName string `csv:"学校名"`
	SchoolId   string `csv:"学校ID"`
	AdminId    string `csv:"ユーザーID"`
	AdminPw    string `csv:"パスワード"`
}

type Project

type Project struct {
	DataDirName  string
	DataFileName string
	LogFileName  string
	SaveDirRoot  string
	Storage      *storage.UnityExcel
}

func NewProject

func NewProject(s *storage.UnityExcel) *Project

func (*Project) Hello

func (proj *Project) Hello(vd *embed.FS) (*[]LoginRecord, error)

ファイルの確認・中身の返却と保存用フォルダの作成

Jump to

Keyboard shortcuts

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