Categorygithub.com/aiteung/module
modulepackage
0.1.3
Repository: https://github.com/aiteung/module.git
Documentation: pkg.go.dev

# README

Module Handling Iteung

Iteung module routing

Usage : declare : WAIface model.IteungWhatsMeowConfig, DBIface model.IteungDBConfig

Modulename,Pesan:=IteungModuleCall(WAIface, DBIface)
if Modulename != ""{
    resp, err := CallAndSend(Modulename, Pesan, WAIface)
    if err != nil {
				fmt.Println("Gagal Kirim Whatsapp Dari ITEUNG V2 Baru")
				fmt.Println(err)
			}
			fmt.Println(resp)
}

Status Message
image

List of Mongo Collection :

  1. Typo : to replace typo word
  2. Module : return module name from keyword

Dev

go get -u all
go mod tidy
git tag                                 #check current version
git tag v0.0.20                         #set tag version
git push origin --tags                  #push tag version to repo
go list -m github.com/aiteung/[email protected]   #publish to pkg dev, replace ORG/URL with your repo URL

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author