MCPcopy Create free account

hub / github.com/GoesToEleven/csuf / types & classes

Types & classes181 in github.com/GoesToEleven/csuf

↓ 2 callersTypeAliasbyVal
sp15/00_student_code/shawn_b/golang-homework/golang_math/math.go:6
↓ 2 callersTypeAliasmqd_t
sp15/xx_in_process/08_caleb/integration/mq/mq.go:22
↓ 1 callersTypeAliasByAge
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:265
↓ 1 callersTypeAliasByName
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:276
↓ 1 callersTypeAliasByName
sp15/02_golang-book/59_chp13_CORE_PACKAGES_sort.go:13
↓ 1 callersTypeAliasbyVal
sp15/00_student_code/shawn_b/golang-homework/ch7_p3_findVariadicLarge.go:12
↓ 1 callersTypeAliasbyVal
sp15/00_student_code/shawn_b/golang-homework/ch6_p2.go:13
StructAndroid
NOT THIS WAY * type Android struct { Person Person Model string } */ THIS WAY Android is a struct which holds a Person struct and a model andr
sp15/02_golang-book/37_chp09_structs_embedded_types.go:26
StructCircle
sp15/00_student_code/corey/3-2_assign/Chapter 9/perimeter.go:19
StructCircle
sp15/00_student_code/shawn_b/golang-homework/ch9_p3_shapePerimeterInterface.go:23
StructCircle
Circle is a struct data type
sp15/02_golang-book/35_chp09_STRUCTS_passing.go:6
StructCircle
Circle is a struct
sp15/02_golang-book/38_chp09_structs_interfaces.go:17
StructCircle
Circle is a struct data type
sp15/02_golang-book/36_chp09_structs_methods.go:9
StructClientSecret
sp15/00_student_code/shawn_b/websites/google-api-1/main.go:21
StructContact
sp15/01_samples/26_ignore_unused_variable.go:5
StructContact
sp15/01_samples/33_FUNCTION_TYPES.go:5
StructContact
sp15/01_samples/13_explicitly_pass_args.go:5
StructContact
* * no default fall through * fall through is optional * -- you can specify fall through by explicitly stating it * expression not needed * -- if no e
sp15/01_samples/44_switching_on_type.go:19
StructContact
sp15/01_samples/21_returns.go:5
StructContact
sp15/01_samples/31_ERROR_only_one_variadic_per_function.go:5
StructContact
sp15/01_samples/30_ERROR_variadic_must_be_last_parameter.go:5
StructContact
sp15/01_samples/12_STRUCTS.go:5
StructContact
sp15/01_samples/28_naming_return_value.go:5
StructContact
sp15/01_samples/25_unused_return_is_error.go:5
StructContact
sp15/01_samples/23_escaped_characters.go:5
StructContact
sp15/01_samples/35_wrong_way.go:5
StructContact
sp15/01_samples/29_VARIADIC_functions.go:5
StructContact
sp15/01_samples/32_len.go:5
StructContact
sp15/01_samples/24_multiple_returns_mas.go:5
StructContact
*********************************************** CAPITALIZATION MATTERS -- capitalized: available (public) -- lower case: not available (private) *****
sp15/01_samples/14_dot_notation.go:11
StructContact
sp15/01_samples/20_functions_multiple_structs_and_calls.go:5
StructContact
a bundle of variables of different types a variable of a variable you wrapped up a bunch of variables
sp15/01_samples/19_FUNCTIONS.go:8
StructContact
sp15/01_samples/22_multiple_returns.go:5
StructContact
sp15/01_samples/34_functions_declared_as_types.go:5
StructContact
sp15/01_samples/35_funcs_that_return_funcs.go:8
StructCountryCapital
sp15/04_bwpwg-master/getcapital.go:13
StructDataPoint
sp15/04_bwpwg-master/weather.go:13
StructDataPoint
sp15/04_bwpwg-master/weatherui.go:15
StructDocument
Documents
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/api.go:63
StructDocument
Documents
sp15/xx_in_process/08_caleb/appengine/cms/api.go:63
StructDocumentFile
Documents
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/api.go:60
StructDocumentFile
Documents
sp15/xx_in_process/08_caleb/appengine/cms/api.go:60
InterfaceElement
sp15/xx_in_process/13_go_web_shanghai/02/06/04_assertion/main.go:8
InterfaceElement
sp15/xx_in_process/13_go_web_shanghai/02/06/05_assertion/main.go:8
InterfaceElement
sp15/xx_in_process/13_go_web_shanghai/02/06/06_performance/main.go:10
StructEmployee
sp15/xx_in_process/13_go_web_shanghai/02/06/01_interface/main.go:17
StructEmployee
sp15/xx_in_process/12_step_by_step/01_datastore_WR_entity/ds_WR.go:12
StructEmployee
sp15/xx_in_process/12_step_by_step/02_ancestor/ds_ancestor.go:12
StructForecast
sp15/04_bwpwg-master/weather.go:40
StructForecast
sp15/04_bwpwg-master/weatherui.go:42
StructGeoCodeJson
sp15/00_student_code/shawn_b/misc/geoweb.go:14
StructGeoJsonAddrComp
sp15/00_student_code/shawn_b/misc/geoweb.go:26
StructGeoJsonCoordinate
sp15/00_student_code/shawn_b/misc/geoweb.go:43
StructGeoJsonGeometry
sp15/00_student_code/shawn_b/misc/geoweb.go:32
StructGeoJsonResults
sp15/00_student_code/shawn_b/misc/geoweb.go:19
StructGeoJsonViewport
sp15/00_student_code/shawn_b/misc/geoweb.go:38
StructGreeting
[START greeting_struct]
sp15/05_guestbook/04_using_datastore/hello.go:14
StructGreeting
sp15/xx_in_process/12_step_by_step/00_guestbook/app.go:13
StructHTTPError
sp15/xx_in_process/08_caleb/appengine/toddModifiedCMS/api.go:23
StructHTTPError
sp15/xx_in_process/08_caleb/appengine/cms/api.go:23
StructHuman
sp15/xx_in_process/13_go_web_shanghai/02/06/01_interface/main.go:5
StructHuman
Human stores information about humans
sp15/xx_in_process/13_go_web_shanghai/02/06/03_interface/main.go:9
StructInventory
sp15/03_gowiki/10_03_TEXT-TEMPLATE_simple.go:9
StructIpRecord
A struct is a collection of fields This is our type which matches the JSON object.
sp15/04_bwpwg-master/06_ipweb.go:14
StructIterator
sp15/xx_in_process/08_caleb/trie/trie.go:8
StructLetterInput
sp15/00_student_code/corey/3-16_assign/FormLetter/FormLetter.go:26
TypeAliasList
sp15/xx_in_process/13_go_web_shanghai/02/06/04_assertion/main.go:10
TypeAliasList
sp15/xx_in_process/13_go_web_shanghai/02/06/05_assertion/main.go:10
TypeAliasList
sp15/xx_in_process/13_go_web_shanghai/02/06/06_performance/main.go:12
TypeAliasMap
sp15/xx_in_process/08_caleb/trie/trie_test.go:90
InterfaceMen
Interface Men implemented by Human, Student and Employee
sp15/xx_in_process/13_go_web_shanghai/02/06/01_interface/main.go:37
StructMessage
sp15/00_student_code/corey/2-9_assign/2-9_assign.go:17
StructMessage
sp15/xx_in_process/13_go_web_shanghai/03/02/27_form_email/main.go:60
StructMessage
sp15/xx_in_process/13_go_web_shanghai/03/02/26_form_validate/main.go:56
FuncTypeMyPrinterType
STEP 1: declare a type
sp15/01_samples/35_wrong_way.go:12
FuncTypeMyPrinterType
STEP 1: declare a type
sp15/01_samples/34_functions_declared_as_types.go:12
FuncTypeMyPrinterType
create your own printer type
sp15/01_samples/35_funcs_that_return_funcs.go:14
TypeAliasMyStr
sp15/00_student_code/corey/2-23_assign/2-23_assign.go:14
StructName
sp15/00_student_code/corey/2-4_assign/2-4_assign.go:5
StructName
sp15/00_student_code/corey/2-23_assign/2-23_assign.go:9
StructPage
sp15/03_gowiki/16_func-literals_closures.go:18
StructPage
sp15/03_gowiki/13_error_handling.go:10
StructPage
create a struct to hold page data
sp15/03_gowiki/02_wiki_with_notes.go:9
StructPage
sp15/03_gowiki/14_template_caching.go:19
StructPage
sp15/03_gowiki/11_handling_404.go:21
StructPage
sp15/03_gowiki/15_path_validation.go:23
StructPage
sp15/03_gowiki/12_saving_pages.go:10
StructPage
sp15/03_gowiki/xxxx_edit_pages.go:9
StructPage
sp15/03_gowiki/10_02_html-template_package_NOTES.go:17
StructPage
sp15/00_student_code/shawn_b/gowiki/gowiki.go:17
StructPageContainer
sp15/00_student_code/shawn_b/websites/social_news/webstructs.go:18
StructPair
sp15/xx_in_process/08_caleb/integration/unixsocket/main.go:8
StructPerson
sp15/00_student_code/corey/3-16_assign/FormLetter/FormLetter.go:9
StructPerson
sp15/00_student_code/shawn_b/golang-homework/ch13/ch13_everything.go:260
StructPerson
sp15/00_student_code/shawn_b/playground/main.go:9
StructPerson
sp15/02_golang-book/59_chp13_CORE_PACKAGES_sort.go:8
StructPerson
Person is a struct which holds name
sp15/02_golang-book/37_chp09_structs_embedded_types.go:6
StructPerson
sp15/04_bwpwg-master/08_person.go:9
StructPerson
sp15/04_bwpwg-master/09_new_person.go:9
StructPerson
sp15/04_bwpwg-master/mongohqconnect.go:11
next →1–100 of 181, ranked by callers