Documentation
¶
Index ¶
- func GetCallGql(call *Call, wr io.Writer) (err error)
- func GetCallsGql() (gql []string, err error)
- func GetCompaniesGql() (gql []string, err error)
- func GetCompanyGql(company *Company, wr io.Writer) (err error)
- func GetContractGql(contract *Contract, wr io.Writer) (err error)
- func GetContractsGql() (gql []string, err error)
- func GetPeopleGql() (gql []string, err error)
- func GetPersonGql(person *Person, wr io.Writer) (err error)
- func GetPhoneCallsSchema() string
- func GetPhoneExampleData() (gql []string, err error)
- func GetQueryAllPeople() string
- func GetQueryAllPhoneNumbers() string
- func GetQueryCallDurationOver40() string
- func GetQueryCallDurationUnder20() string
- func GetQueryCommonContacts() string
- func GetQueryDeletePerson() string
- func GetQueryLead() string
- func GetQueryLondon() string
- func GetQueryPersonWithPhone() string
- func GetQuerySept14() string
- func GetQuerySinglePerson() string
- type Call
- type Company
- type Contract
- type Person
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCallsGql ¶
func GetCompaniesGql ¶
func GetContractsGql ¶
func GetPeopleGql ¶
func GetPhoneCallsSchema ¶
func GetPhoneCallsSchema() string
func GetPhoneExampleData ¶
func GetQueryAllPeople ¶
func GetQueryAllPeople() string
func GetQueryAllPhoneNumbers ¶
func GetQueryAllPhoneNumbers() string
func GetQueryCallDurationOver40 ¶
func GetQueryCallDurationOver40() string
func GetQueryCallDurationUnder20 ¶
func GetQueryCallDurationUnder20() string
func GetQueryCommonContacts ¶
func GetQueryCommonContacts() string
func GetQueryDeletePerson ¶
func GetQueryDeletePerson() string
func GetQueryLead ¶
func GetQueryLead() string
func GetQueryLondon ¶
func GetQueryLondon() string
func GetQueryPersonWithPhone ¶
func GetQueryPersonWithPhone() string
func GetQuerySept14 ¶
func GetQuerySept14() string
func GetQuerySinglePerson ¶
func GetQuerySinglePerson() string
Types ¶
type Call ¶
Click to show internal directories.
Click to hide internal directories.