This commit is contained in:
parent
c2a7d7c28d
commit
b8f2d6f687
8
trunk/src/go.hoteas.com/hotime/.idea/php.xml
generated
Normal file
8
trunk/src/go.hoteas.com/hotime/.idea/php.xml
generated
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="PhpUnit">
|
||||||
|
<phpunit_settings>
|
||||||
|
<PhpUnitSettings load_method="CUSTOM_LOADER" />
|
||||||
|
</phpunit_settings>
|
||||||
|
</component>
|
||||||
|
</project>
|
@ -13,9 +13,10 @@ func(this *Error)GetError()error{
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func(this *Error)SetError(err error,loglevel... int){
|
func(this *Error)SetError(err error,loglevel ...int){
|
||||||
|
|
||||||
SafeMutex("HOTIME-SYSTEM-ERR", func() interface{} {
|
SafeMutex("HOTIME-SYSTEM-ERR", func() interface{} {
|
||||||
|
this.err=nil
|
||||||
if err==nil{
|
if err==nil{
|
||||||
this.err=err
|
this.err=err
|
||||||
return nil
|
return nil
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
package hotime
|
package hotime
|
||||||
|
|
||||||
//控制器
|
//控制器
|
||||||
type Ctr map[string]func(*Context)
|
type Ctr map[string]func(this *Context)
|
||||||
type Proj map[string]Ctr
|
type Proj map[string]Ctr
|
||||||
type Router map[string]Proj
|
type Router map[string]Proj
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user